]> git.proxmox.com Git - mirror_qemu.git/commit
qdev: integrate with QEMU Object Model (v2)
authorAnthony Liguori <aliguori@us.ibm.com>
Fri, 16 Dec 2011 20:34:46 +0000 (14:34 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 27 Jan 2012 16:28:30 +0000 (10:28 -0600)
commit32fea4025bfb80f2dbc5c3ce415703af28d85f63
tree3785efc163bd9bc3d9a0bf96a6d5ecf99be68163
parent2f28d2ff9dce3c404b36e90e64541a4d48daf0ca
qdev: integrate with QEMU Object Model (v2)

This is a very shallow integration.  We register a TYPE_DEVICE but only use
QOM as basically a memory allocator.  This will make all devices show up as
QOM objects but they will all carry the TYPE_DEVICE.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
---
v1 -> v2
 - update for new location of object.h
hw/qdev.c
hw/qdev.h