]> git.proxmox.com Git - mirror_qemu.git/commit
hw/intc/arm_gicv3: Make reserved register addresses 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:48 +0000 (15:10 -0600)
commit62425350b543a6d173131f7b1df7607a324b4ddd
tree3d421494e583bb3705fb9ae5136d4810d0a44cf8
parentd6f1448277ac228dcc60346204d88363c94a1e3c
hw/intc/arm_gicv3: Make reserved register addresses RAZ/WI

The GICv3 specification says that reserved register addresses
should RAZ/WI. This means we need to return MEMTX_OK, not MEMTX_ERROR,
because now that we support generating external aborts the
latter will cause an abort on new board models.

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