cloud-hypervisor/vmm
Michael Zhao 093a581ee1 vmm: Implement VM rebooting on AArch64
The logic to handle AArch64 system event was: SHUTDOWN and RESET were
all treated as RESET.

Now we handle them differently:
- RESET event will trigger Vmm::vm_reboot(),
- SHUTDOWN event will trigger Vmm::vm_shutdown().

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
2020-10-30 17:14:44 +00:00
..
src vmm: Implement VM rebooting on AArch64 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