mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
In MSHV the hypervisor APIC is always used, so we to implement this hook to make sure the AP's vcpu thread is not blocked waiting for an INIT SIPI by the BSP. Without this change soft reboots with -smp cpus>=2 will hang. Signed-off-by: Magnus Kulke <magnuskulke@linux.microsoft.com> Reviewed-by: Mohamed Mediouni <mohamed@unpredictable.fr> Link: https://lore.kernel.org/r/20260421-mshv_accel_arm64_supp-v3-9-469f544778ba@linux.microsoft.com [Make comment not x86 specific. - Paolo] Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>