hw/intc/arm_gicv3: Have GIC kconfig select GICv3 for HVF and WHPX
While trying to fix the GICv3 dependency on KVM and WHPX in commit 39a8c3941eb, we missed the Kconfig ARM_GIC symbol only selects GICv3 for TCG, not HVF and WHPX. Fix that. Cc: qemu-stable@nongnu.org Fixes: 39a8c3941eb ("hw/intc/arm_gicv3: Fix ARM_GICV3 dependency for KVM / WHPX") Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Message-id: 20260812220816.94034-1-philmd@oss.qualcomm.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé committed
Aug 18, 2026 at 10:39 UTC
a0c093900d84f6668c27eaeab4ca74935b5857b2
1 file changed
+1
-1
hw/intc/Kconfig
+1
-1
@@ -26,7 +26,7 @@ config APIC
26
27
config ARM_GIC
28
bool
29
- select ARM_GICV3 if TCG
29
+ select ARM_GICV3 if TCG || HVF || WHPX
30
select ARM_GIC_KVM if KVM
31
select MSI_NONBROKEN
32