Re: [PATCH v2 1/4] Add MEN Chameleon Bus emulation

2023-04-10 Thread Johannes Thumshirn
On 06/04/2023 12:01, Peter Maydell wrote: On Thu, 6 Apr 2023 at 10:34, Johannes Thumshirn wrote: The MEN Chameleon Bus (MCB) is an on-chip bus system exposing IP Cores of an FPGA to a outside bus system like PCIe. Acked-by: Alistair Francis Signed-off-by: Johannes Thumshirn @@ -0,0 +1,182 @

Re: [PATCH v2 1/4] Add MEN Chameleon Bus emulation

2023-04-06 Thread Peter Maydell
On Thu, 6 Apr 2023 at 10:34, Johannes Thumshirn wrote: > > The MEN Chameleon Bus (MCB) is an on-chip bus system exposing IP Cores of an > FPGA to a outside bus system like PCIe. > > Acked-by: Alistair Francis > Signed-off-by: Johannes Thumshirn > @@ -0,0 +1,182 @@ > +/* > + * QEMU MEN Chameleon

[PATCH v2 1/4] Add MEN Chameleon Bus emulation

2023-04-06 Thread Johannes Thumshirn
The MEN Chameleon Bus (MCB) is an on-chip bus system exposing IP Cores of an FPGA to a outside bus system like PCIe. Acked-by: Alistair Francis Signed-off-by: Johannes Thumshirn --- MAINTAINERS | 6 ++ hw/Kconfig | 1 + hw/mcb/Kconfig | 2 + hw/mcb/mcb.c |

[Qemu-devel] [RESEND PATCH v2 1/4] Add MEN Chameleon Bus emulation

2018-09-10 Thread Johannes Thumshirn
The MEN Chameleon Bus (MCB) is an on-chip bus system exposing IP Cores of an FPGA to a outside bus system like PCIe. Signed-off-by: Johannes Thumshirn --- default-configs/pci.mak | 1 + hw/Makefile.objs| 1 + hw/mcb/Makefile.objs| 1 + hw/mcb/mcb.c| 180

[Qemu-devel] [PATCH v2 1/4] Add MEN Chameleon Bus emulation

2018-08-09 Thread Johannes Thumshirn
The MEN Chameleon Bus (MCB) is an on-chip bus system exposing IP Cores of an FPGA to a outside bus system like PCIe. Signed-off-by: Johannes Thumshirn --- default-configs/pci.mak | 1 + hw/Makefile.objs| 1 + hw/mcb/Makefile.objs| 1 + hw/mcb/mcb.c| 180