diff options
| author | Juan Quintela | 2017-03-28 11:22:10 +0200 |
|---|---|---|
| committer | Juan Quintela | 2017-04-21 12:25:40 +0200 |
| commit | 21def24a5a58ad0ea9f7b02c084387e71b11ff1b (patch) | |
| tree | 3e348c59fc83db9d162cba36de3d2c30f9383027 /include | |
| parent | qdev: qdev_hotplug is really a bool (diff) | |
| download | qemu-21def24a5a58ad0ea9f7b02c084387e71b11ff1b.tar.gz qemu-21def24a5a58ad0ea9f7b02c084387e71b11ff1b.tar.xz qemu-21def24a5a58ad0ea9f7b02c084387e71b11ff1b.zip | |
qdev: Export qdev_hot_removed
I need to move qdev_unplug to qdev-monitor in the following patch, and
it needs access to this variable.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/qdev-core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h index a96a91379f..f09b6b78f6 100644 --- a/include/hw/qdev-core.h +++ b/include/hw/qdev-core.h @@ -387,6 +387,7 @@ Object *qdev_get_machine(void); void qdev_set_parent_bus(DeviceState *dev, BusState *bus); extern bool qdev_hotplug; +extern bool qdev_hot_removed; char *qdev_get_dev_path(DeviceState *dev); |
