diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-22 15:24:20 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-02-03 10:41:08 -0600 |
commit | ee46d8a5038d06babb6cfb0a177727d85df9b3fc (patch) | |
tree | a4976b602832fbd60714365288c9e7f8b2b7bf58 /hw/qdev.h | |
parent | 9fbe61277ff72748850eb746ac33fb9c110d2ae5 (diff) |
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 |