]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm: Allow setting KVM vGIC maintenance IRQ
authorHaibo Xu <haibo.xu@linaro.org>
Mon, 7 Jul 2025 16:40:27 +0000 (18:40 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Jul 2025 08:25:37 +0000 (09:25 +0100)
commit66ba6d1367d7e81d705430ff611af01280953992
tree3c803f350555db0e69ee97805bfc89ae10f76dc7
parent930180f3b9a292639eb894f1ca846683834ed4b7
hw/arm: Allow setting KVM vGIC maintenance IRQ

Allow virt arm machine to set the interrupt ID for the KVM
GIC maintenance interrupt.

This setting must be done before the KVM_DEV_ARM_VGIC_CTRL_INIT
hence the choice to perform the setting in the GICv3 realize
instead of proceeding the same way as kvm_arm_pmu_set_irq().

Signed-off-by: Haibo Xu <haibo.xu@linaro.org>
Signed-off-by: Miguel Luis <miguel.luis@oracle.com>
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Message-id: 20250707164129.1167837-2-eric.auger@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c
hw/intc/arm_gicv3_common.c
hw/intc/arm_gicv3_kvm.c
include/hw/intc/arm_gicv3_common.h