Re: [Qemu-devel] [PATCH 03/11] define hotplug interface

2013-12-16 Thread Igor Mammedov
On Sat, 14 Dec 2013 17:03:34 +1000 Peter Crosthwaite wrote: > On Fri, Dec 13, 2013 at 10:44 PM, Igor Mammedov wrote: > > Provide generic hotplug interface for devices. > > "Provide a". s/devices/hotplug handlers would be cleaner too, to match > your v2 changes. sure > > > Intended for replaci

Re: [Qemu-devel] [PATCH 03/11] define hotplug interface

2013-12-13 Thread Peter Crosthwaite
On Fri, Dec 13, 2013 at 10:44 PM, Igor Mammedov wrote: > Provide generic hotplug interface for devices. "Provide a". s/devices/hotplug handlers would be cleaner too, to match your v2 changes. > Intended for replacing hotplug mechanism used by > PCI/PCIE/SHPC code and will be used for memory hotp

[Qemu-devel] [PATCH 03/11] define hotplug interface

2013-12-13 Thread Igor Mammedov
Provide generic hotplug interface for devices. Intended for replacing hotplug mechanism used by PCI/PCIE/SHPC code and will be used for memory hotplug. Signed-off-by: Igor Mammedov --- v2: * s/device/handler/ * add hotplug_handler_plug/hotplug_handler_unplug API v1: it's scsi-bus like interface,

[Qemu-devel] [PATCH 03/11] define hotplug interface

2013-12-10 Thread Igor Mammedov
Provide generic hotplug interface for devices. Intended for replacing hotplug mechanism used by PCI/PCIE/SHPC code and will be used for memory hotplug. Signed-off-by: Igor Mammedov --- v2: * s/device/handler/ * add hotplug_handler_plug/hotplug_handler_unplug API v1: it's scsi-bus like interface