mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-23 13:05:45 +00:00
69394c9c35
Now Vcpu::run() returns a boolean value to VcpuManager, indicating whether the VM is going to reboot (false) or just continue (true). Moving the handling of hypervisor VCPU run result from Vcpu to VcpuManager gives us the flexibility to handle more scenarios like shutting down on AArch64. Signed-off-by: Michael Zhao <michael.zhao@arm.com>