mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +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
180 B
Plaintext
7 lines
180 B
Plaintext
config.version = "8"
|
|
virtualHW.version = "4"
|
|
serial0.present = "true"
|
|
serial0.fileType = "network"
|
|
serial0.fileName = "telnets://0.0.0.0:42001"
|
|
serial0.network.endPoint = "server"
|