]> git.proxmox.com Git - mirror_qemu.git/commit
hw/intc/arm_gic: reserved register addresses are RAZ/WI
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Jan 2018 13:25:40 +0000 (13:25 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 11 Jan 2018 21:10:57 +0000 (15:10 -0600)
commit0af294d774a8fd7b79646d003124577f1798b585
tree4bd5dfc002cb01537c273b7771bb6de324ef12a0
parent62425350b543a6d173131f7b1df7607a324b4ddd
hw/intc/arm_gic: reserved register addresses are RAZ/WI

The GICv2 specification says that reserved register addresses
must RAZ/WI; now that we implement external abort handling
for Arm CPUs this means we must return MEMTX_OK rather than
MEMTX_ERROR, to avoid generating a spurious guest data abort.

Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1513183941-24300-3-git-send-email-peter.maydell@linaro.org
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
(cherry picked from commit 0cf09852015e47a5fbb974ff7ac320366afd21ee)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/intc/arm_gic.c