[Qemu-devel] [PATCH v2 0/4] Add support for Men Chameleon Bus emulation

Johannes Thumshirn posted 4 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180809114017.16643-1-jthumshirn@suse.de
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
default-configs/pci.mak   |   1 +
hw/Makefile.objs          |   1 +
hw/char/Makefile.objs     |   1 +
hw/char/serial-mcb.c      | 100 +++++++++++++++
hw/mcb/Makefile.objs      |   2 +
hw/mcb/mcb-pci.c          | 305 ++++++++++++++++++++++++++++++++++++++++++++++
hw/mcb/mcb.c              | 180 +++++++++++++++++++++++++++
hw/watchdog/Makefile.objs |   1 +
hw/watchdog/wdt_z069.c    | 215 ++++++++++++++++++++++++++++++++
include/hw/mcb/mcb.h      | 104 ++++++++++++++++
10 files changed, 910 insertions(+)
create mode 100644 hw/char/serial-mcb.c
create mode 100644 hw/mcb/Makefile.objs
create mode 100644 hw/mcb/mcb-pci.c
create mode 100644 hw/mcb/mcb.c
create mode 100644 hw/watchdog/wdt_z069.c
create mode 100644 include/hw/mcb/mcb.h
[Qemu-devel] [PATCH v2 0/4] Add support for Men Chameleon Bus emulation
Posted by Johannes Thumshirn 7 years, 4 months ago
This series adds support for emulating FPGAs by Men Mikroelektronik
Nürnberg and expose the FPGA itself as a bus. The IP-Cores implemented
in the FPGA are represented as devices hanging off that bus. This is the
same aproach that is used in the Linux kernel as well for these devices.

The main intention for this series is to have a test-bed for Linux
Kernel patches targeting the bus and/or sub-devices of it for people
who do not have access the hardware.

Changes since v1:
* Updated License comments of the files (Peter Maydell)
* Added <public>/<private> annotations (Philippe Mathieu-Daudé)

Johannes Thumshirn (4):
  Add MEN Chameleon Bus emulation
  Add MEN Chameleon Bus via PCI carrier
  serial-mcb: Add serial via MEN chameleon bus
  wdt_z069: Add support for MEN 16z069 Watchdog

 default-configs/pci.mak   |   1 +
 hw/Makefile.objs          |   1 +
 hw/char/Makefile.objs     |   1 +
 hw/char/serial-mcb.c      | 100 +++++++++++++++
 hw/mcb/Makefile.objs      |   2 +
 hw/mcb/mcb-pci.c          | 305 ++++++++++++++++++++++++++++++++++++++++++++++
 hw/mcb/mcb.c              | 180 +++++++++++++++++++++++++++
 hw/watchdog/Makefile.objs |   1 +
 hw/watchdog/wdt_z069.c    | 215 ++++++++++++++++++++++++++++++++
 include/hw/mcb/mcb.h      | 104 ++++++++++++++++
 10 files changed, 910 insertions(+)
 create mode 100644 hw/char/serial-mcb.c
 create mode 100644 hw/mcb/Makefile.objs
 create mode 100644 hw/mcb/mcb-pci.c
 create mode 100644 hw/mcb/mcb.c
 create mode 100644 hw/watchdog/wdt_z069.c
 create mode 100644 include/hw/mcb/mcb.h

-- 
2.16.4


Re: [Qemu-devel] [PATCH v2 0/4] Add support for Men Chameleon Bus emulation
Posted by Johannes Thumshirn 7 years, 3 months ago
On Thu, Aug 09, 2018 at 01:40:13PM +0200, Johannes Thumshirn wrote:
> This series adds support for emulating FPGAs by Men Mikroelektronik
> Nürnberg and expose the FPGA itself as a bus. The IP-Cores implemented
> in the FPGA are represented as devices hanging off that bus. This is the
> same aproach that is used in the Linux kernel as well for these devices.
> 
> The main intention for this series is to have a test-bed for Linux
> Kernel patches targeting the bus and/or sub-devices of it for people
> who do not have access the hardware.
> 
> Changes since v1:
> * Updated License comments of the files (Peter Maydell)
> * Added <public>/<private> annotations (Philippe Mathieu-Daudé)

Ping?
-- 
Johannes Thumshirn                                          Storage
jthumshirn@suse.de                                +49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850