diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-22 15:14:27 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-02-03 10:41:08 -0600 |
commit | 9fbe61277ff72748850eb746ac33fb9c110d2ae5 (patch) | |
tree | 8cfc3eba484ad0557eb71e045ff5d7900cc5e402 /hw/qdev.h | |
parent | 9674bfe42070e58242f0048f4f03fde69d570a75 (diff) |
qdev: refactor away qdev_create_from_info
Note that the FIXME gets fixed in series 4/4. We need to convert BusState to
QOM before we can make parent_bus a link.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/qdev.h')
-rw-r--r-- | hw/qdev.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -643,4 +643,7 @@ BusInfo *qdev_get_bus_info(DeviceState *dev); Property *qdev_get_props(DeviceState *dev); +/* FIXME: make this a link<> */ +void qdev_set_parent_bus(DeviceState *dev, BusState *bus); + #endif |