Re: [PATCH v2] virtio-scsi: hotplug support for virtio-scsi

2012-07-04 Thread Zhi Yong Wu
On Tue, Jul 3, 2012 at 1:41 PM, Cong Meng m...@linux.vnet.ibm.com wrote: This patch implements the hotplug support for virtio-scsi. When there is a device attached/detached, the virtio-scsi driver will be signaled via event virtual queue and it will add/remove the scsi device in question

Re: [PATCH v2] virtio-scsi: hotplug support for virtio-scsi

2012-07-04 Thread mc
Quoting Paolo Bonzini pbonz...@redhat.com: Il 03/07/2012 07:41, Cong Meng ha scritto: This patch implements the hotplug support for virtio-scsi. When there is a device attached/detached, the virtio-scsi driver will be signaled via event virtual queue and it will add/remove the scsi device in

Re: [PATCH v2] virtio-scsi: hotplug support for virtio-scsi

2012-07-04 Thread Paolo Bonzini
Il 04/07/2012 10:11, m...@linux.vnet.ibm.com ha scritto: Signed-off-by: Cong Meng m...@linux.vnet.ibm.com Signed-off-by: Sen Wang senw...@linux.vnet.ibm.com The SoB lines are swapped. Otherwise looks good. Since you have to respin, please add dropped event support too, it shouldn't be

Re: [PATCH v2] virtio-scsi: hotplug support for virtio-scsi

2012-07-03 Thread Paolo Bonzini
Il 03/07/2012 07:41, Cong Meng ha scritto: This patch implements the hotplug support for virtio-scsi. When there is a device attached/detached, the virtio-scsi driver will be signaled via event virtual queue and it will add/remove the scsi device in question automatically. v2: handle

[PATCH v2] virtio-scsi: hotplug support for virtio-scsi

2012-07-02 Thread Cong Meng
This patch implements the hotplug support for virtio-scsi. When there is a device attached/detached, the virtio-scsi driver will be signaled via event virtual queue and it will add/remove the scsi device in question automatically. v2: handle no_event event Signed-off-by: Cong Meng