cloud-hypervisor/hypervisor
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 build(deps): bump libc from 0.2.79 to 0.2.80 2020-10-26 09:31:03 +00:00