cloud-hypervisor/hypervisor/src/kvm/aarch64
Henry Wang ffafeda4b6 AArch64: Implement AArch64 vCPU states save/restore
This commit adds methods to save/restore AArch64 vCPU registers,
including:

1. The AArch64 `VcpuKvmState` structure.

2. Some `Vcpu` trait methods of the `KvmVcpu` structure to
enable the save/restore of the AArch64 vCPU states.

Signed-off-by: Henry Wang <Henry.Wang@arm.com>
2020-09-23 12:37:25 +01:00
..
mod.rs AArch64: Implement AArch64 vCPU states save/restore 2020-09-23 12:37:25 +01:00