cloud-hypervisor/devices/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
..
legacy vmm: Unix socket backend for serial port 2023-10-05 15:26:29 +01:00
acpi.rs build: Bump acpi_tables version 2023-09-07 13:58:33 +01:00
gic.rs misc: Fix various spelling errors using typos 2023-09-09 10:46:21 +01:00
interrupt_controller.rs vmm,devices: Change Gic snapshot and restore path 2022-12-01 17:07:25 +01:00
ioapic.rs vm-device: support batch update interrupt source group GSI 2023-08-03 15:58:36 +01:00
lib.rs devices: pvpanic: add method for DeviceManager 2023-07-06 11:14:54 +01:00
pvpanic.rs devices: pvpanic: Clean up struct visibility 2023-08-23 08:05:53 +01:00
tpm.rs devices: tpm: failure to deliver request is considered fatal 2023-01-31 18:09:18 +00:00