mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Split the SVE detection and finalization logic out of `init()` into a dedicated `finalize_sve()` method. This separates the concerns of vCPU initialization (preferred target, processor features, KVM init) from SVE finalization, and enables a subsequent commit to insert SVE VLS register in the restore path without needing to add a restore state in `init()`. Signed-off-by: Ruben Hakobyan <hruben@meta.com>