]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Only allow 'raw' format for scsi-block using virtio-scsi
authorJohn Ferlan <jferlan@redhat.com>
Mon, 31 Oct 2016 19:44:34 +0000 (15:44 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 8 Nov 2016 11:32:12 +0000 (06:32 -0500)
commitf694f3ff6bd8a94d71582adab669b0dcd1f7bfe5
treeb82d84fdb06c554b8653f1a53706667b0c3faa1a
parentbfdefc0f025657cb3ce4fb90044809b9456d1e5f
qemu: Only allow 'raw' format for scsi-block using virtio-scsi

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'.
src/qemu/qemu_command.c