]> xenbits.xensource.com Git - libvirt.git/commit
qemu: add support for LSI SAS1068 (aka MPT Fusion) SCSI controller
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 11 Feb 2016 10:48:20 +0000 (11:48 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 22 Feb 2016 10:10:52 +0000 (10:10 +0000)
commitfc922eb2080a3fa7b24bc8a8b0aabfd394480143
treed3964da04e6bd161c676aa8de2a36c107c8262b6
parenteeed7f6e75131224d9a06b09ccd8de8e18b4ecfb
qemu: add support for LSI SAS1068 (aka MPT Fusion) SCSI controller

This does nothing more than adding the new device and capability.
The device is present since QEMU 2.6.0.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
src/qemu/qemu_domain_address.c
tests/qemuxml2argvdata/qemuxml2argv-disk-scsi-mptsas1068.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-disk-scsi-mptsas1068.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-scsi-mptsas1068.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c