Re: [Qemu-devel] [PATCH 09/30] access BusState.allow_hotplug using wraper qbus_is_hotpluggable()

2014-09-25 Thread Igor Mammedov
On Thu, 25 Sep 2014 10:00:05 +0800 Tang Chen wrote: > > On 09/24/2014 07:47 PM, Igor Mammedov wrote: > > it would allow transparently switch detection if Bus > > is hotpluggable from allow_hotplug field to hotplug_handler > > link and drop allow_hotplug field once all users are > > converted to

Re: [Qemu-devel] [PATCH 09/30] access BusState.allow_hotplug using wraper qbus_is_hotpluggable()

2014-09-24 Thread Tang Chen
On 09/24/2014 07:47 PM, Igor Mammedov wrote: it would allow transparently switch detection if Bus is hotpluggable from allow_hotplug field to hotplug_handler link and drop allow_hotplug field once all users are converted to hotplug handler API. Signed-off-by: Igor Mammedov --- hw/core/qdev.c

Re: [Qemu-devel] [PATCH 09/30] access BusState.allow_hotplug using wraper qbus_is_hotpluggable()

2014-09-24 Thread Paolo Bonzini
Il 24/09/2014 13:47, Igor Mammedov ha scritto: > it would allow transparently switch detection if Bus > is hotpluggable from allow_hotplug field to hotplug_handler > link and drop allow_hotplug field once all users are > converted to hotplug handler API. > > Signed-off-by: Igor Mammedov > --- >

[Qemu-devel] [PATCH 09/30] access BusState.allow_hotplug using wraper qbus_is_hotpluggable()

2014-09-24 Thread Igor Mammedov
it would allow transparently switch detection if Bus is hotpluggable from allow_hotplug field to hotplug_handler link and drop allow_hotplug field once all users are converted to hotplug handler API. Signed-off-by: Igor Mammedov --- hw/core/qdev.c | 6 +++--- hw/i386/acpi-build.c |