]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Add support for virtual serial device network backing
authorMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 29 Sep 2010 21:04:19 +0000 (23:04 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 1 Oct 2010 21:38:23 +0000 (23:38 +0200)
commit02e11b8353548933b2bff4f6169bd2c3aceb61db
tree59a6552b562e48f3b8f02c0e8b3754f9b8da765a
parent62a50a0b80b363bb5ae6d994390866658ed0aba7
esx: Add support for virtual serial device network backing

Since version 4.1 ESX(i) can expose virtual serial devices over TCP.

Add support in the VMX handling code for this, add test cases to cover
it and add links to some documentation.

ESX supports two additional protocols: TELNETS and TLS. Add them to
the list of serial-over-TCP protocols.
15 files changed:
docs/formatdomain.html.in
src/conf/domain_conf.c
src/conf/domain_conf.h
src/esx/README
src/esx/esx_vmx.c
tests/vmx2xmldata/vmx2xml-serial-network-client.vmx [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-serial-network-client.xml [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-serial-network-server.vmx [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-serial-network-server.xml [new file with mode: 0644]
tests/vmx2xmltest.c
tests/xml2vmxdata/xml2vmx-serial-network-client.vmx [new file with mode: 0644]
tests/xml2vmxdata/xml2vmx-serial-network-client.xml [new file with mode: 0644]
tests/xml2vmxdata/xml2vmx-serial-network-server.vmx [new file with mode: 0644]
tests/xml2vmxdata/xml2vmx-serial-network-server.xml [new file with mode: 0644]
tests/xml2vmxtest.c