cloud-hypervisor/src
Praveen K Paladugu 6d1077fc3c vmm: Unix socket backend for serial port
Cloud-Hypervisor takes a path for Unix socket, where it will listen
on. Users can connect to the other end of the socket and access serial
port on the guest.

    "--serial socket=/path/to/socket" is the cmdline option to pass to
cloud-hypervisor.

Users can use socat like below to access guest's serial port once the
guest starts to boot:

    socat -,crnl UNIX-CONNECT:/path/to/socket

Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
2023-10-05 15:26:29 +01:00
..
bin ch-remote: dbus: Remove unnecessary mut from reference 2023-08-22 12:01:54 +01:00
main.rs vmm: Unix socket backend for serial port 2023-10-05 15:26:29 +01:00