Re: [libvirt] [PATCH 10/25] qemu: Introduce activeScsiHostdevs list for scsi host devices

2013-05-07 Thread John Ferlan
On 05/03/2013 02:07 PM, Osier Yang wrote: From: Han Cheng hanc.f...@cn.fujitsu.com Although virtio-scsi supports SCSI PR, the device on host may do not support it. To avoid losing data, we only allow one scsi hostdev to be passthroughed to one live guest, Just like what we do for PCI and

Re: [libvirt] [PATCH 10/25] qemu: Introduce activeScsiHostdevs list for scsi host devices

2013-05-07 Thread Osier Yang
On 07/05/13 18:57, John Ferlan wrote: On 05/03/2013 02:07 PM, Osier Yang wrote: From: Han Cheng hanc.f...@cn.fujitsu.com Although virtio-scsi supports SCSI PR, the device on host may do not support it. To avoid losing data, we only allow one scsi hostdev to be passthroughed to one live guest,

[libvirt] [PATCH 10/25] qemu: Introduce activeScsiHostdevs list for scsi host devices

2013-05-03 Thread Osier Yang
From: Han Cheng hanc.f...@cn.fujitsu.com Although virtio-scsi supports SCSI PR, the device on host may do not support it. To avoid losing data, we only allow one scsi hostdev to be passthroughed to one live guest, Just like what we do for PCI and USB devices. Signed-off-by: Han Cheng