cloud-hypervisor/vmm/src
Alyssa Ross 38a1b45783 vmm: use the SIGWINCH listener for TTYs too
Previously, we were only using it for PTYs, because for PTYs there's
no alternative.  But since we have to have it for PTYs anyway, if we
also use it for TTYs, we can eliminate all of the code that handled
SIGWINCH for TTYs.

Signed-off-by: Alyssa Ross <hi@alyssa.is>
2023-04-05 11:23:06 +01:00
..
api openapi: Make 'vcpu' and 'host_cpus' required in CpuAffinity 2023-02-10 10:06:43 +01:00
acpi.rs vmm, devices: Update to latest acpi_tables crate API 2023-03-03 13:08:36 +00:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs vmm: config: fix incorrect values of error 2023-02-23 09:57:48 +00:00
coredump.rs vmm: modify or provide safety comments 2022-11-18 12:50:01 +00:00
cpu.rs vmm, devices: Update to latest acpi_tables crate API 2023-03-03 13:08:36 +00:00
device_manager.rs vmm: use the SIGWINCH listener for TTYs too 2023-04-05 11:23:06 +01:00
device_tree.rs cargo: Clean up serde dependencies 2022-05-18 08:21:19 +02:00
gdb.rs misc: Automatically fix cargo clippy issues added in 1.65 (stable) 2022-12-14 14:27:19 +00:00
interrupt.rs misc: Automatically fix cargo clippy issues added in 1.65 (stable) 2022-12-14 14:27:19 +00:00
lib.rs vmm: fix two typos 2023-01-30 21:10:02 +00:00
memory_manager.rs vmm: Remove directory support from MemoryZoneConfig::file 2023-04-04 06:49:18 -07:00
migration.rs vm-migration: Snapshot should have a unique SnapshotDataSection 2022-12-09 10:26:06 +01:00
pci_segment.rs vmm: Remove unnecessary parentheses (beta 1.69 clippy check) 2023-03-07 17:02:35 -08:00
seccomp_filters.rs vmm: use the SIGWINCH listener for TTYs too 2023-04-05 11:23:06 +01:00
serial_manager.rs lifecycle: align "KILL_EVENT received" messages across code-base 2023-01-09 15:16:48 +00:00
sigwinch_listener.rs vmm: use the SIGWINCH listener for TTYs too 2023-04-05 11:23:06 +01:00
vm_config.rs vmm: config: Implement Clone for NetConfig 2023-02-14 12:37:50 +01:00
vm.rs vmm: use the SIGWINCH listener for TTYs too 2023-04-05 11:23:06 +01:00