]> git.proxmox.com Git - mirror_qemu.git/commit
arm_gicv3: Add assert()s to tell Coverity that offsets are aligned
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 11 Jul 2016 18:22:52 +0000 (19:22 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Jul 2016 16:56:27 +0000 (17:56 +0100)
commitacd82796211041c5af43c8c523b85d250c2ccebe
tree671c635c8e4aa975a241f3681d0e889054775a3a
parentff9d3e9cd9f7c41d8b822c0d12b0176d8e7e530d
arm_gicv3: Add assert()s to tell Coverity that offsets are aligned

Coverity complains that the GICR_IPRIORITYR case in gicv3_readl()
can overflow an array, because it doesn't know that the offsets
passed to that function must be word aligned. Add some assert()s
which hopefully tell Coverity that this isn't possible.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1468261372-17508-1-git-send-email-peter.maydell@linaro.org
hw/intc/arm_gicv3_redist.c