]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
esx: Map the .vmx annotation to the domain XML description
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 27 Aug 2010 15:23:49 +0000 (17:23 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 30 Aug 2010 20:22:03 +0000 (22:22 +0200)
commit4aad5fbb96952a9de91edc193e6c3c21f1b2e69c
treed2e89ca83daa65a1dcd587d14c4cb54830ee9ee8
parent1fe2927a3421fccd787e1f54e2749b803aa4bfdf
esx: Map the .vmx annotation to the domain XML description

Take care of escaping '"' and '|' (the escape character).

Add tests for this.
src/esx/esx_vmx.c
tests/vmx2xmldata/vmx2xml-annotation.vmx [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-annotation.xml [new file with mode: 0644]
tests/vmx2xmltest.c
tests/xml2vmxdata/xml2vmx-annotation.vmx [new file with mode: 0644]
tests/xml2vmxdata/xml2vmx-annotation.xml [new file with mode: 0644]
tests/xml2vmxtest.c