cloud-hypervisor/vmm
Rob Bradford f59cad15a3 vmm: Cleanup signal_handler thread used for console SIGWINCH handling
Do this by using the same mechanism as the vCPU threads by sending a
signal to the thread. As this is the same mechanism reuse the same code
and rename the "vcpus" member to "threads" to indicate this represents
both the vCPU threads and also the signal handler thread.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2019-09-04 09:21:01 -07:00
..
src vmm: Cleanup signal_handler thread used for console SIGWINCH handling 2019-09-04 09:21:01 -07:00
Cargo.toml vmm, arch, devices: Put ACPI support behind a default feature 2019-09-03 19:18:49 +02:00