Re: [Qemu-devel] [PATCH 2/2] virtio-scsi: Implement hotplug support for virtio-scsi

2012-06-25 Thread Stefan Hajnoczi
On Mon, Jun 25, 2012 at 03:51:13AM -0400, m...@linux.vnet.ibm.com wrote: > > Quoting Stefan Hajnoczi : > > >On Wed, Jun 20, 2012 at 7:47 AM, Cong Meng wrote: > >>Implement the hotplug() and hot_unplug() interfaces in virtio-scsi, > >>by signal > >>the virtio_scsi.ko in guest kernel via event vir

Re: [Qemu-devel] [PATCH 2/2] virtio-scsi: Implement hotplug support for virtio-scsi

2012-06-25 Thread mc
Quoting Stefan Hajnoczi : On Wed, Jun 20, 2012 at 7:47 AM, Cong Meng wrote: Implement the hotplug() and hot_unplug() interfaces in virtio-scsi, by signal the virtio_scsi.ko in guest kernel via event virtual queue. The counterpart patch of virtio_scsi.ko will be sent soon in another thread.

Re: [Qemu-devel] [PATCH 2/2] virtio-scsi: Implement hotplug support for virtio-scsi

2012-06-21 Thread Stefan Hajnoczi
On Wed, Jun 20, 2012 at 7:47 AM, Cong Meng wrote: > Implement the hotplug() and hot_unplug() interfaces in virtio-scsi, by signal > the virtio_scsi.ko in guest kernel via event virtual queue. > > The counterpart patch of virtio_scsi.ko will be sent soon in another thread. > > Signed-off-by: Cong M

[Qemu-devel] [PATCH 2/2] virtio-scsi: Implement hotplug support for virtio-scsi

2012-06-19 Thread Cong Meng
Implement the hotplug() and hot_unplug() interfaces in virtio-scsi, by signal the virtio_scsi.ko in guest kernel via event virtual queue. The counterpart patch of virtio_scsi.ko will be sent soon in another thread. Signed-off-by: Cong Meng Signed-off-by: Sen Wang --- hw/virtio-scsi.c | 72 ++