cloud-hypervisor/devices/src/legacy
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
..
cmos.rs fuzz, vmm: Avoid infinite loop in CMOS fuzzer 2023-08-07 08:04:55 +08:00
debug_port.rs misc: Automatically fix cargo clippy issues added in 1.65 (stable) 2022-12-14 14:27:19 +00:00
fwdebug.rs
gpio_pl061.rs misc: Fix various spelling errors using typos 2023-09-09 10:46:21 +01:00
i8042.rs vmm: Only return from reset driven I/O once event received 2023-08-04 09:57:25 +08:00
mod.rs build: Remove "fwdebug" and "common" feature flags 2022-09-26 10:16:33 -07:00
rtc_pl031.rs vm-device: support batch update interrupt source group GSI 2023-08-03 15:58:36 +01:00
serial.rs vmm: Unix socket backend for serial port 2023-10-05 15:26:29 +01:00
uart_pl011.rs vmm: Unix socket backend for serial port 2023-10-05 15:26:29 +01:00