cloud-hypervisor/vmm
Michael Zhao 69394c9c35 vmm: Handle hypervisor VCPU run result from Vcpu to VcpuManager
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>
2020-10-30 17:14:44 +00:00
..
src vmm: Handle hypervisor VCPU run result from Vcpu to VcpuManager 2020-10-30 17:14:44 +00:00
Cargo.toml vmm: Use thiserror/anyhow for vmm::Error 2020-10-27 13:27:23 +00:00