]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vmx: Better Workstation vmx handling
authorJean-Baptiste Rouault <jean-baptiste.rouault@diateam.net>
Thu, 23 Feb 2012 09:34:45 +0000 (10:34 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 24 Feb 2012 10:53:23 +0000 (11:53 +0100)
commitf246cdb5aca13ac9409b2ad43087e3078615ffcb
treeeafb1d9096de7cd202c0d0c2675c60cab582c3fb
parentcff5573da22bfdc0db9d90d6a3a25a520cb1b955
vmx: Better Workstation vmx handling

This patch adds support for vmx files with empty networkName
values (which is the case for vmx generated by Workstation).
It also adds support for vmx containing NATed network interfaces.

Update test suite accordingly
15 files changed:
src/vmx/vmx.c
tests/vmx2xmldata/vmx2xml-ethernet-nat.vmx [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-ethernet-nat.xml [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-ws-in-the-wild-1.vmx [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-ws-in-the-wild-1.xml [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-ws-in-the-wild-2.vmx [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-ws-in-the-wild-2.xml [new file with mode: 0644]
tests/vmx2xmltest.c
tests/xml2vmxdata/xml2vmx-ethernet-nat.vmx [new file with mode: 0644]
tests/xml2vmxdata/xml2vmx-ethernet-nat.xml [new file with mode: 0644]
tests/xml2vmxdata/xml2vmx-ws-in-the-wild-1.vmx [new file with mode: 0644]
tests/xml2vmxdata/xml2vmx-ws-in-the-wild-1.xml [new file with mode: 0644]
tests/xml2vmxdata/xml2vmx-ws-in-the-wild-2.vmx [new file with mode: 0644]
tests/xml2vmxdata/xml2vmx-ws-in-the-wild-2.xml [new file with mode: 0644]
tests/xml2vmxtest.c