]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-arm: Convert miscellaneous reginfo structs to accessfn
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2014 10:35:53 +0000 (10:35 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2014 10:35:53 +0000 (10:35 +0000)
commit92611c0019c38c860e6926dd2073c4448c382859
treeb7985466e6e957be879b19bb6ebe440230e69e66
parent00108f2d4d86f41694bafe173271528f7e69b0b7
target-arm: Convert miscellaneous reginfo structs to accessfn

Convert the remaining miscellaneous cases of reginfo read/write
functions returning EXCP_UDEF to use an accessfn instead:
TEEHBR, and the ATS address-translation operations.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.c