]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
esx: Allow 'lsisas1068' as SCSI controller type
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 12 Mar 2010 19:08:47 +0000 (20:08 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 8 Apr 2010 10:05:51 +0000 (12:05 +0200)
commit4acab37f56fbc9bd9e41e6cb392d71545ca52bed
tree343f002d294171f2b954f5663193802bddc820b3
parentfba503c368ab9afe515261b2c8260eacf9689754
esx: Allow 'lsisas1068' as SCSI controller type

Extend tests to cover all SCSI controller types and document the
new type.

The lsisas1068 SCSI controller type was added in ESX 4.0. The VMX
parser reports an error when this controller type is present. This
makes virsh dumpxml fail for every domain that uses this controller
type.

This patch fixes this and adds lsisas1068 to the list of accepted
SCSI controller types.

Reported by Jonathan Kelley.
12 files changed:
docs/drvesx.html.in
src/esx/esx_vmx.c
tests/vmx2xmldata/vmx2xml-scsi-buslogic.vmx [deleted file]
tests/vmx2xmldata/vmx2xml-scsi-buslogic.xml [deleted file]
tests/vmx2xmldata/vmx2xml-scsi-driver.vmx [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-scsi-driver.xml [new file with mode: 0644]
tests/vmx2xmltest.c
tests/xml2vmxdata/xml2vmx-scsi-buslogic.vmx [deleted file]
tests/xml2vmxdata/xml2vmx-scsi-buslogic.xml [deleted file]
tests/xml2vmxdata/xml2vmx-scsi-driver.vmx [new file with mode: 0644]
tests/xml2vmxdata/xml2vmx-scsi-driver.xml [new file with mode: 0644]
tests/xml2vmxtest.c