All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH qom-next for-next 0/6] QOM realize for IndustryPack
@ 2013-08-02 21:16 Andreas Färber
  2013-08-02 21:16 ` [Qemu-devel] [PATCH qom-next for-next 1/6] ipack: Convert to QOM realize Andreas Färber
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Andreas Färber @ 2013-08-02 21:16 UTC (permalink / raw)
  To: qemu-devel
  Cc: Hu Tao, Peter Crosthwaite, Alberto Garcia, Andreas Färber,
	Anthony Liguori

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 <anthony@codemonkey.ws>
Cc: Alberto Garcia <agarcia@igalia.com>
Cc: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Cc: Hu Tao <hutao@cn.fujitsu.com>

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-02-09 22:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-02 21:16 [Qemu-devel] [PATCH qom-next for-next 0/6] QOM realize for IndustryPack Andreas Färber
2013-08-02 21:16 ` [Qemu-devel] [PATCH qom-next for-next 1/6] ipack: Convert to QOM realize Andreas Färber
2013-08-05 15:16   ` Alberto Garcia
2013-08-05 17:46     ` Andreas Färber
2013-08-02 21:16 ` [Qemu-devel] [PATCH qom-next for-next 2/6] ipack: QOM parent field cleanup for IPackBus Andreas Färber
2013-08-02 21:16 ` [Qemu-devel] [PATCH qom-next for-next 3/6] ipack: QOM parent field cleanup for IPackDevice Andreas Färber
2013-08-02 21:16 ` [Qemu-devel] [PATCH qom-next for-next 4/6] ipack: Simplify VMSTATE_IPACK_DEVICE() macro Andreas Färber
2013-08-02 21:17 ` [Qemu-devel] [PATCH qom-next for-next 5/6] ipoctal232: QOM parent field cleanup Andreas Färber
2013-08-02 21:17 ` [Qemu-devel] [PATCH qom-next for-next 6/6] ipack: Move IndustryPack out of hw/char/ Andreas Färber
2013-08-06  8:48 ` [Qemu-devel] [PATCH qom-next for-next 0/6] QOM realize for IndustryPack Alberto Garcia
2014-02-08 19:58   ` Andreas Färber
2014-02-08 23:31     ` Paolo Bonzini
2014-02-09 21:31       ` Paolo Bonzini
2014-02-09 21:46         ` Alberto Garcia
2014-02-09 22:12         ` Andreas Färber
2014-02-09 18:17     ` Alberto Garcia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.