cloud-hypervisor/vmm
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
..
src vmm: "close" the SIGWINCH signal handler 2019-09-09 15:42:26 +02:00
Cargo.toml build: Really make the acpi feature disableable 2019-09-05 08:58:47 -07:00