]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: add support for LSI MegaRAID SAS1078 (aka megasas) SCSI controller
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 21 Mar 2013 14:11:39 +0000 (15:11 +0100)
committerOsier Yang <jyang@redhat.com>
Fri, 22 Mar 2013 04:11:14 +0000 (12:11 +0800)
commit9f7a9aee3776b167c2ca34fdb4c1b54dd9fa9471
tree245b0133dea7b8aa2c7476c1ed4f2a150e73a10f
parent523207fe8c9787f96c351db4ac8a1808386a007e
qemu: add support for LSI MegaRAID SAS1078 (aka megasas) SCSI controller

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

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13 files changed:
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
src/vmx/vmx.c
tests/qemuhelptest.c
tests/qemuxml2argvdata/qemuxml2argv-disk-scsi-megasas.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-disk-scsi-megasas.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c