mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-15 00:55:21 +00:00
c6b47d39e0
Similarly as the VM booting process, on AArch64 systems, the vCPUs should be created before the creation of GIC. This commit refactors the vCPU save/restore code to achieve the above-mentioned restoring order. Signed-off-by: Henry Wang <Henry.Wang@arm.com>