diff options
author | Anthony Liguori | 2011-12-22 22:24:20 +0100 |
---|---|---|
committer | Anthony Liguori | 2012-02-03 17:41:08 +0100 |
commit | ee46d8a5038d06babb6cfb0a177727d85df9b3fc (patch) | |
tree | a4976b602832fbd60714365288c9e7f8b2b7bf58 /hw/qdev.h | |
parent | qdev: refactor away qdev_create_from_info (diff) | |
download | qemu-ee46d8a5038d06babb6cfb0a177727d85df9b3fc.tar.gz qemu-ee46d8a5038d06babb6cfb0a177727d85df9b3fc.tar.xz qemu-ee46d8a5038d06babb6cfb0a177727d85df9b3fc.zip |
qdev: split out UI portions into a new function
qdev-monitor.c deals with the -device, device_add, and info qdm/qtree
interfaces.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/qdev.h')
-rw-r--r-- | hw/qdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -646,4 +646,6 @@ Property *qdev_get_props(DeviceState *dev); /* FIXME: make this a link<> */ void qdev_set_parent_bus(DeviceState *dev, BusState *bus); +extern int qdev_hotplug; + #endif |