]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/arm_gicv3: ICC_HPPIR* return SPURIOUS if int group is disabled
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 28 Mar 2024 15:33:33 +0000 (15:33 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 9 Apr 2024 17:09:20 +0000 (20:09 +0300)
commit393b7ab067b956e453eebbd194e6fa4bbd7d0b33
tree4891f958ef8090b3a3e2c00cf52eb0025f3f4a2c
parenteebb7fb506d5049bc9ba76a85616635247392b1f
hw/intc/arm_gicv3: ICC_HPPIR* return SPURIOUS if int group is disabled

If the group of the highest priority pending interrupt is disabled
via ICC_IGRPEN*, the ICC_HPPIR* registers should return
INTID_SPURIOUS, not the interrupt ID.  (See the GIC architecture
specification pseudocode functions ICC_HPPIR1_EL1[] and
HighestPriorityPendingInterrupt().)

Make HPPIR reads honour the group disable, the way we already do
when determining whether to preempt in icc_hppi_can_preempt().

Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240328153333.2522667-1-peter.maydell@linaro.org
(cherry picked from commit 44e25fbc1900c99c91a44e532c5bd680bc403459)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/intc/arm_gicv3_cpuif.c