cloud-hypervisor/vmm/src
Rob Bradford 8f37dec498 vmm: "close" the SIGWINCH signal handler
Rather than sending a signal to the signal handler used for handling
SIGWINCH calls instead use the crate provided termination method. This
also unregisters the signal handler which also means that there won't be
a leaked signal handler remaining.

This leaked signal handler is what was causing a failure to cleanup up
the thread on subsequent requests breaking two reboots in a row.

Fixes: #252

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2019-09-09 15:42:26 +02:00
..
config.rs vmm: Add new flag "--vsock" 2019-09-06 10:51:25 -07:00
device_manager.rs vmm: Create vsock backend 2019-09-06 10:51:25 -07:00
lib.rs vmm: If acpi feature is disabled make "reboot" shutdown 2019-09-06 11:03:44 -07:00
vm.rs vmm: "close" the SIGWINCH signal handler 2019-09-09 15:42:26 +02:00