libvirt/tests/vmx2xmldata/vmx2xml-serial-network-client.vmx
Matthias Bolte 02e11b8353 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.
2010-10-01 23:38:23 +02:00

7 lines
181 B
Plaintext

config.version = "8"
virtualHW.version = "4"
serial0.present = "true"
serial0.fileType = "network"
serial0.fileName = "tcp://192.168.0.17:42001"
serial0.network.endPoint = "client"