cloud-hypervisor/vmm
Rob Bradford bb2e7bb942 vmm: Shutdown vCPU threads
As part of the cleanup of the VM shutdown all the vCPU threads. This is
achieved by toggling a shared atomic boolean variable which is checked
in the vCPU loop. To trigger the vCPU code to look at this boolean it is
necessary to send a signal to the vCPU which will interrupt the running
KVM_RUN ioctl.

Fixes: #229

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2019-09-03 19:18:49 +02:00
..
src vmm: Shutdown vCPU threads 2019-09-03 19:18:49 +02:00
Cargo.toml acpi_tables: Add initial ACPI tables support 2019-09-03 19:18:49 +02:00