Re: [Qemu-devel] [PATCH 1/7] define hotplug interface

2013-12-09 Thread Paolo Bonzini
Il 09/12/2013 13:42, Igor Mammedov ha scritto: > On Fri, 06 Dec 2013 18:26:37 +0100 > Paolo Bonzini wrote: > >> Il 06/12/2013 18:03, Igor Mammedov ha scritto: >>> Provide generic hotplug interface for devices. >>> Intended for replacing hotplug mechanism used by >>> PCI/PCIE/SHPC code. >>> >>> Si

Re: [Qemu-devel] [PATCH 1/7] define hotplug interface

2013-12-09 Thread Igor Mammedov
On Mon, 09 Dec 2013 10:58:04 +0200 Marcel Apfelbaum wrote: > On Fri, 2013-12-06 at 18:03 +0100, Igor Mammedov wrote: > > Provide generic hotplug interface for devices. > > Intended for replacing hotplug mechanism used by > > PCI/PCIE/SHPC code. > > > > Signed-off-by: Igor Mammedov > > --- > > i

Re: [Qemu-devel] [PATCH 1/7] define hotplug interface

2013-12-09 Thread Igor Mammedov
On Mon, 09 Dec 2013 13:40:04 +0800 Li Guang wrote: > Hi, Igor > > Igor Mammedov wrote: > > Provide generic hotplug interface for devices. > > Intended for replacing hotplug mechanism used by > > PCI/PCIE/SHPC code. > > > > Signed-off-by: Igor Mammedov > > --- > > it's scsi-bus like interface, bu

Re: [Qemu-devel] [PATCH 1/7] define hotplug interface

2013-12-09 Thread Igor Mammedov
On Fri, 06 Dec 2013 18:26:37 +0100 Paolo Bonzini wrote: > Il 06/12/2013 18:03, Igor Mammedov ha scritto: > > Provide generic hotplug interface for devices. > > Intended for replacing hotplug mechanism used by > > PCI/PCIE/SHPC code. > > > > Signed-off-by: Igor Mammedov > > --- > > it's scsi-bus

Re: [Qemu-devel] [PATCH 1/7] define hotplug interface

2013-12-09 Thread Marcel Apfelbaum
On Mon, 2013-12-09 at 13:40 +0800, Li Guang wrote: > Hi, Igor > > Igor Mammedov wrote: > > Provide generic hotplug interface for devices. > > Intended for replacing hotplug mechanism used by > > PCI/PCIE/SHPC code. > > > > Signed-off-by: Igor Mammedov > > --- > > it's scsi-bus like interface, but

Re: [Qemu-devel] [PATCH 1/7] define hotplug interface

2013-12-09 Thread Marcel Apfelbaum
On Fri, 2013-12-06 at 18:03 +0100, Igor Mammedov wrote: > Provide generic hotplug interface for devices. > Intended for replacing hotplug mechanism used by > PCI/PCIE/SHPC code. > > Signed-off-by: Igor Mammedov > --- > it's scsi-bus like interface, but abstracted from bus altogether > since all c

Re: [Qemu-devel] [PATCH 1/7] define hotplug interface

2013-12-08 Thread Li Guang
Hi, Igor Igor Mammedov wrote: Provide generic hotplug interface for devices. Intended for replacing hotplug mechanism used by PCI/PCIE/SHPC code. Signed-off-by: Igor Mammedov --- it's scsi-bus like interface, but abstracted from bus altogether since all current users care about in hotplug handl

[Qemu-devel] [PATCH 1/7] define hotplug interface

2013-12-06 Thread Igor Mammedov
Provide generic hotplug interface for devices. Intended for replacing hotplug mechanism used by PCI/PCIE/SHPC code. Signed-off-by: Igor Mammedov --- it's scsi-bus like interface, but abstracted from bus altogether since all current users care about in hotplug handlers, it's hotplug device and hot

Re: [Qemu-devel] [PATCH 1/7] define hotplug interface

2013-12-06 Thread Paolo Bonzini
Il 06/12/2013 18:03, Igor Mammedov ha scritto: > Provide generic hotplug interface for devices. > Intended for replacing hotplug mechanism used by > PCI/PCIE/SHPC code. > > Signed-off-by: Igor Mammedov > --- > it's scsi-bus like interface, but abstracted from bus altogether > since all current us