diff options
author | Anthony Liguori | 2012-02-03 19:28:43 +0100 |
---|---|---|
committer | Andreas Färber | 2012-06-18 15:14:38 +0200 |
commit | 09e5ab6360ce78fc0acbfe29ac100f8148397ca6 (patch) | |
tree | 6c4e00031dd05bf33bb3dba05091524e244d32b7 /hw/qdev.h | |
parent | qdev: Remove qdev_prop_set_defaults (diff) | |
download | qemu-09e5ab6360ce78fc0acbfe29ac100f8148397ca6.tar.gz qemu-09e5ab6360ce78fc0acbfe29ac100f8148397ca6.tar.xz qemu-09e5ab6360ce78fc0acbfe29ac100f8148397ca6.zip |
qdev: Use wrapper for qdev_get_path
This makes it easier to remove it from BusInfo.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
[AF: Drop now unnecessary NULL initialization in scsibus_get_dev_path()]
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'hw/qdev.h')
-rw-r--r-- | hw/qdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -352,4 +352,6 @@ void qdev_set_parent_bus(DeviceState *dev, BusState *bus); extern int qdev_hotplug; +char *qdev_get_dev_path(DeviceState *dev); + #endif |