summaryrefslogtreecommitdiffstats
path: root/linux-user
diff options
context:
space:
mode:
authorPeter Maydell2014-01-04 23:15:44 +0100
committerPeter Maydell2014-01-07 20:17:58 +0100
commit60322b399dc62da7cc1ccd42fbd19b017f8a5e38 (patch)
tree5f18c7d66fc97dbb4a7c74b2a3b8a0ec2dfb8f83 /linux-user
parenttarget-arm: Update generic cpreg code for AArch64 (diff)
downloadqemu-60322b399dc62da7cc1ccd42fbd19b017f8a5e38.tar.gz
qemu-60322b399dc62da7cc1ccd42fbd19b017f8a5e38.tar.xz
qemu-60322b399dc62da7cc1ccd42fbd19b017f8a5e38.zip
target-arm: Remove ARMCPU/CPUARMState from cpregs APIs used by decoder
The cpregs APIs used by the decoder (get_arm_cp_reginfo() and cp_access_ok()) currently take either a CPUARMState* or an ARMCPU*. This is problematic for the A64 decoder, which doesn't pass the environment pointer around everywhere the way the 32 bit decoder does. Adjust the parameters these functions take so that we can copy only the relevant info from the CPUARMState into the DisasContext and then use that. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'linux-user')
0 files changed, 0 insertions, 0 deletions