mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-03 07:33:48 +00:00
Moving the creation of the vCPUs before the DeviceManager gets created will allow for the aarch64 vGIC to be created before the DeviceManager as well in a follow up patch. The end goal being to adopt the same creation sequence for both x86_64 and aarch64, and keeping in mind that the vGIC requires every vCPU to be created. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>