cloud-hypervisor/arch
Henry Wang 970a5a410d vmm: decouple vCPU init from configure_vcpus
Since calling `KVM_GET_ONE_REG` before `KVM_VCPU_INIT` will
result in an error: Exec format error (os error 8). This commit
decouples the vCPU init process from `configure_vcpus`. Therefore
in the process of restoring the vCPUs, these vCPUs can be
initialized separately before started.

Signed-off-by: Henry Wang <Henry.Wang@arm.com>
2020-09-23 12:37:25 +01:00
..
src vmm: decouple vCPU init from configure_vcpus 2020-09-23 12:37:25 +01:00
Cargo.toml arch: AArch64: implement save/restore for GICv3 2020-09-23 12:37:25 +01:00