Re: [libvirt] [PATCH] qemu: Only allow 'raw' format for scsi-block using virtio-scsi

2016-11-08 Thread Michal Privoznik
On 07.11.2016 23:58, John Ferlan wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1379196 > > Add check in qemuCheckDiskConfig for an invalid combination > of using the 'scsi' bus for a block 'lun' device and any disk > source format other than 'raw'. > > Signed-off-by: John Ferlan > --- >

Re: [libvirt] [PATCH] qemu: Only allow 'raw' format for scsi-block using virtio-scsi

2016-11-08 Thread Daniel P. Berrange
On Mon, Nov 07, 2016 at 05:58:40PM -0500, John Ferlan wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1379196 > > Add check in qemuCheckDiskConfig for an invalid combination > of using the 'scsi' bus for a block 'lun' device and any disk > source format other than 'raw'. > > Signed-off-by: J

[libvirt] [PATCH] qemu: Only allow 'raw' format for scsi-block using virtio-scsi

2016-11-07 Thread John Ferlan
https://bugzilla.redhat.com/show_bug.cgi?id=1379196 Add check in qemuCheckDiskConfig for an invalid combination of using the 'scsi' bus for a block 'lun' device and any disk source format other than 'raw'. Signed-off-by: John Ferlan --- src/qemu/qemu_command.c | 8 1 file changed, 8 in