commit | 32fea4025bfb80f2dbc5c3ce415703af28d85f63 | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Fri Dec 16 14:34:46 2011 -0600 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Jan 27 10:28:30 2012 -0600 |
tree | 3785efc163bd9bc3d9a0bf96a6d5ecf99be68163 | |
parent | 2f28d2ff9dce3c404b36e90e64541a4d48daf0ca [diff] |
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