]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Add VNC support
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 16 Jan 2010 12:52:34 +0000 (13:52 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 18 Jan 2010 00:44:20 +0000 (01:44 +0100)
commitc2c4d51b2f9f2bb925337ef9e925e3d4a8d11b70
tree72a1762bcd4e3600aa35c2b4ea24a7041de9b280
parent58fe995e5006c5a959e068704e1f2ee7e4cd3363
esx: Add VNC support

* src/conf/domain_conf.c: add defaults for the video device
* src/esx/esx_vmx.[ch]: add VNC support to the VMX handling
* tests/vmx2xmltest.c, tests/xml2vmxtest.c: add tests for the VNC support
src/conf/domain_conf.c
src/esx/esx_vmx.c
src/esx/esx_vmx.h
tests/vmx2xmldata/vmx2xml-graphics-vnc.vmx [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-graphics-vnc.xml [new file with mode: 0644]
tests/vmx2xmltest.c
tests/xml2vmxdata/xml2vmx-graphics-vnc.vmx [new file with mode: 0644]
tests/xml2vmxdata/xml2vmx-graphics-vnc.xml [new file with mode: 0644]
tests/xml2vmxtest.c