qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH qom-next for-next 0/6] QOM realize for IndustryPack


From: Andreas Färber
Subject: [Qemu-devel] [PATCH qom-next for-next 0/6] QOM realize for IndustryPack
Date: Fri, 2 Aug 2013 23:16:55 +0200

Hello,

This series converts IndustryPack devices to QOM realize/unrealize.

It goes on to clean up file placement, promoting IndustryPack to use its own
subdirectory like PCI, ISA, virtio, etc.

Available from:
https://github.com/afaerber/qemu-cpu/commits/realize-ipack.v1
git://github.com/afaerber/qemu-cpu.git realize-ipack.v1

Regards,
Andreas

Cc: Anthony Liguori <address@hidden>
Cc: Alberto Garcia <address@hidden>
Cc: Peter Crosthwaite <address@hidden>
Cc: Hu Tao <address@hidden>

Andreas Färber (6):
  ipack: Convert to QOM realize
  ipack: QOM parent field cleanup for IPackBus
  ipack: QOM parent field cleanup for IPackDevice
  ipack: Simplify VMSTATE_IPACK_DEVICE() macro
  ipoctal232: QOM parent field cleanup
  ipack: Move IndustryPack out of hw/char/

 hw/Makefile.objs                      |  1 +
 hw/char/Makefile.objs                 |  2 +-
 hw/char/ipoctal232.c                  | 30 ++++++++++++++++--------
 hw/ipack/Makefile.objs                |  2 ++
 hw/{char => ipack}/ipack.c            | 44 ++++++++++++++---------------------
 hw/{char => ipack}/tpci200.c          |  2 +-
 {hw/char => include/hw/ipack}/ipack.h | 24 +++++++++++++------
 7 files changed, 60 insertions(+), 45 deletions(-)
 create mode 100644 hw/ipack/Makefile.objs
 rename hw/{char => ipack}/ipack.c (70%)
 rename hw/{char => ipack}/tpci200.c (99%)
 rename {hw/char => include/hw/ipack}/ipack.h (75%)

-- 
1.8.1.4




reply via email to

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