qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v5 0/2] Add TPCI200 and IP-Octa l 232 IndustryPack e


From: Alberto Garcia
Subject: [Qemu-devel] [PATCH v5 0/2] Add TPCI200 and IP-Octa l 232 IndustryPack emulation
Date: Fri, 11 Jan 2013 18:25:28 +0100

I updated the patches again, here are the changes from v4:

* Replaced DO_UPCAST() with checked casts.
* Added ipack_bus_new_inplace(). The fields of IPackBus are now private.
* Renamed ipoctal.c to ipoctal232.c (*).
* Replaced qdev->parent_bus with qdev_get_parent_bus(qdev).
* Replaced bus->qbus with BUS(bus).
* Replaced dev->qdev with DEVICE(dev).

(*) I didn't rename everything in the code from ipoctal to ipoctal232
for the reasons I told Andreas: all devices from the IP-Octal family
are almost identical from the emulation point of view.

Regards,

Berto

Alberto Garcia (2):
  Add TEWS TPCI200 IndustryPack emulation
  Add GE IP-Octal 232 IndustryPack emulation

 default-configs/pci.mak |    1 +
 hw/Makefile.objs        |    3 +
 hw/ipack.c              |  115 ++++++++
 hw/ipack.h              |   79 ++++++
 hw/ipoctal232.c         |  619 +++++++++++++++++++++++++++++++++++++++++++
 hw/pci/pci_ids.h        |    3 +
 hw/tpci200.c            |  671 +++++++++++++++++++++++++++++++++++++++++++++++
 7 ficheiros modificados, 1491 adições(+)
 create mode 100644 hw/ipack.c
 create mode 100644 hw/ipack.h
 create mode 100644 hw/ipoctal232.c
 create mode 100644 hw/tpci200.c

-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]