mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-02 09:55:21 +00:00
18e7d7a1f7
Instead of calling the resume() function from the CpuManager, which involves more than what is needed from the shutdown codepath, and potentially ends up with a deadlock, we replace it with a subset. The full resume operation is reserved for a VM that has been paused. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>