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

2023-04-05 Thread Alistair Francis
On Wed, Mar 29, 2023 at 11:08 PM 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. > > Signed-off-by: Johannes Thumshirn I don't know a lot about MEN Chameleon Bus, but this looks fine to me Acked

[PATCH 1/4] Add MEN Chameleon Bus emulation

2023-03-29 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 --- MAINTAINERS | 6 ++ hw/Kconfig | 1 + hw/mcb/Kconfig | 2 + hw/mcb/mcb.c | 182 +++

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

2018-08-08 Thread Johannes Thumshirn
On Wed, Aug 08, 2018 at 03:52:05PM +0100, Peter Maydell wrote: > On 8 August 2018 at 15:16, 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. > > > > Signed-off-by: Johannes Thumshirn > > > > --

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

2018-08-08 Thread Peter Maydell
On 8 August 2018 at 15:16, 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. > > Signed-off-by: Johannes Thumshirn > --- /dev/null > +++ b/hw/mcb/mcb.c > @@ -0,0 +1,180 @@ > +/* > + * QEMU MEN Chame

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

2018-08-08 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