cloud-hypervisor/vmm
Samuel Ortiz 4ac0cb9cff vmm: Implement VM pause
In order to pause a VM, we signal all the vCPU threads to get them out
of vmx non-root. Once out, the vCPU thread will check for a an atomic
pause boolean. If it's set to true, then the thread will park until
being resumed.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-10-10 17:13:44 -07:00
..
src vmm: Implement VM pause 2019-10-10 17:13:44 -07:00
Cargo.toml Cargo: Move to crates.io vmm-sys-util 2019-10-08 07:28:53 -07:00