qdev: qdev_hotplug is really a bool

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
Juan Quintela 2017-03-28 11:08:52 +02:00
parent fab3500526
commit 9bed84c191
2 changed files with 3 additions and 3 deletions

View file

@ -386,7 +386,7 @@ Object *qdev_get_machine(void);
/* FIXME: make this a link<> */
void qdev_set_parent_bus(DeviceState *dev, BusState *bus);
extern int qdev_hotplug;
extern bool qdev_hotplug;
char *qdev_get_dev_path(DeviceState *dev);