]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vmx: start parsing SATA disks
authorPino Toscano <ptoscano@redhat.com>
Mon, 12 Oct 2020 15:06:59 +0000 (17:06 +0200)
committerPino Toscano <ptoscano@redhat.com>
Wed, 14 Oct 2020 09:23:30 +0000 (11:23 +0200)
commit2214fe90442c0f66359e5def3c3033bae0c60102
treec0676155aacad412fdd39cc923aa2ab474c429ab
parent18a1dd57cd32493ce1124f2f1400811ccc9815b7
vmx: start parsing SATA disks

Always reverse-engineering VMX files, attempt to support SATA disks in
guests, and their controllers.

The esx-in-the-wild-10 test case is taken from RHBZ#1883588, while the
result of esx-in-the-wild-8 is updated with SATA disks.

Fixes (hopefully):
https://bugzilla.redhat.com/show_bug.cgi?id=1677608
https://bugzilla.redhat.com/show_bug.cgi?id=1883588

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/vmx/vmx.c
tests/vmx2xmldata/vmx2xml-esx-in-the-wild-10.vmx [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-esx-in-the-wild-10.xml [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-esx-in-the-wild-8.xml
tests/vmx2xmltest.c