]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/arm_gicv3: Fix APxR<n> register dispatching
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 31 May 2018 13:50:51 +0000 (14:50 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 11 Jul 2018 16:48:18 +0000 (11:48 -0500)
commit91f61495926c9fefb29e782e0415ab102fdb319a
tree061327647c318cd464553044552b8fb749d27613
parent81e46e3c82982e3e051e2990baa1f9e29cdbf756
hw/intc/arm_gicv3: Fix APxR<n> register dispatching

There was a nasty flip in identifying which register group an access is
targeting. The issue caused spuriously raised priorities of the guest
when handing CPUs over in the Jailhouse hypervisor.

Cc: qemu-stable@nongnu.org
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Message-id: 28b927d3-da58-bce4-cc13-bfec7f9b1cb9@siemens.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 887aae10f6150dfdc71c45d7588e8efe6c144019)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/intc/arm_gicv3_cpuif.c