mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
02e11b8353
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.
7 lines
181 B
Plaintext
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"
|