summaryrefslogtreecommitdiffstats
path: root/hmp.c
diff options
context:
space:
mode:
authorPeter Maydell2016-07-11 20:22:52 +0200
committerPeter Maydell2016-07-19 18:56:27 +0200
commitacd82796211041c5af43c8c523b85d250c2ccebe (patch)
tree671c635c8e4aa975a241f3681d0e889054775a3a /hmp.c
parenttarget-arm: Fix unreachable code in gicv3_class_name() (diff)
downloadqemu-acd82796211041c5af43c8c523b85d250c2ccebe.tar.gz
qemu-acd82796211041c5af43c8c523b85d250c2ccebe.tar.xz
qemu-acd82796211041c5af43c8c523b85d250c2ccebe.zip
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
Diffstat (limited to 'hmp.c')
0 files changed, 0 insertions, 0 deletions