Re: [Qemu-devel] [PATCH 1/5] qdev: qdev_hotplug is really a bool

2017-04-06 Thread Philippe Mathieu-Daudé
On 04/06/2017 10:13 AM, Juan Quintela wrote: Signed-off-by: Juan Quintela Reviewed-by: Philippe Mathieu-Daudé --- hw/core/qdev.c | 4 ++-- include/hw/qdev-core.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/core/qdev.c b/hw/core/qdev.c index 1e7fb33..6f

Re: [Qemu-devel] [PATCH 1/5] qdev: qdev_hotplug is really a bool

2017-04-06 Thread Eric Blake
On 04/06/2017 08:13 AM, Juan Quintela wrote: > Signed-off-by: Juan Quintela > --- > hw/core/qdev.c | 4 ++-- > include/hw/qdev-core.h | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Eric Blake -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtual

[Qemu-devel] [PATCH 1/5] qdev: qdev_hotplug is really a bool

2017-04-06 Thread Juan Quintela
Signed-off-by: Juan Quintela --- hw/core/qdev.c | 4 ++-- include/hw/qdev-core.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/core/qdev.c b/hw/core/qdev.c index 1e7fb33..6fa46b5 100644 --- a/hw/core/qdev.c +++ b/hw/core/qdev.c @@ -39,7 +39,7 @@ #include "qapi