]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use scsi-block for lun passthrough instead of scsi-disk
authorOsier Yang <jyang@redhat.com>
Mon, 12 Mar 2012 14:19:56 +0000 (22:19 +0800)
committerOsier Yang <jyang@redhat.com>
Wed, 14 Mar 2012 15:32:53 +0000 (23:32 +0800)
commit3165602a554163baff80c835aeadb3a6400d2d33
treea1bd6177c81c5154a7c19aa06758f9aae92a8922
parent823a27c628221c4c6cfb1d61beace263e0693832
qemu: Use scsi-block for lun passthrough instead of scsi-disk

And don't allow to hotplug a usb disk with "device == lun". This
is the missed pieces in previous virtio-scsi patchset:

http://www.redhat.com/archives/libvir-list/2012-February/msg01052.html
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
src/qemu/qemu_driver.c
tests/qemuhelptest.c
tests/qemuxml2argvdata/qemuxml2argv-disk-scsi-lun-passthrough.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-disk-scsi-lun-passthrough.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c