]> git.proxmox.com Git - mirror_qemu.git/commit
target-arm: Add isread parameter to CPAccessFns
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Feb 2016 11:17:31 +0000 (11:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Feb 2016 11:17:31 +0000 (11:17 +0000)
commit3f208fd76bcc91a8506681bb8472f2398fe6f487
treebc3d1894f35937be8e3c75a77e79d687fa7d8c21
parent533e93f1cf12c570aab45f14663dab6fb8ea3ffc
target-arm: Add isread parameter to CPAccessFns

System registers might have access requirements which need to
be described via a CPAccessFn and which differ for reads and
writes. For this to be possible we need to pass the access
function a parameter to tell it whether the access being checked
is a read or a write.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Sergey Fedorov <serge.fdrv@gmail.com>
Message-id: 1454506721-11843-6-git-send-email-peter.maydell@linaro.org
target-arm/cpu.h
target-arm/helper.c
target-arm/helper.h
target-arm/op_helper.c
target-arm/translate-a64.c
target-arm/translate.c