summary refs log tree commit diff stats
path: root/hw/display/omap_lcdc.c
diff options
context:
space:
mode:
authorDongjiu Geng <gengdongjiu@huawei.com>2019-03-15 11:12:29 +0000
committerPeter Maydell <peter.maydell@linaro.org>2019-03-15 11:12:29 +0000
commitdaf1dc5f82cefe2a57f184d5053e8b274ad2ba9a (patch)
tree3b2a078fbe2a69e89e16e76646c6ca6eca2431e7 /hw/display/omap_lcdc.c
parent41c4fb94aa8a6a16bd107687cd3b5204c68a4042 (diff)
downloadfocaccia-qemu-daf1dc5f82cefe2a57f184d5053e8b274ad2ba9a.tar.gz
focaccia-qemu-daf1dc5f82cefe2a57f184d5053e8b274ad2ba9a.zip
target/arm: change arch timer registers access permission
Some generic arch timer registers are Config-RW in the EL0,
which means the EL0 exception level can have write permission
if it is appropriately configured.

When VM access registers, QEMU firstly checks whether they have RW
permission, then check whether it is appropriately configured.
If they are defined to read only in EL0, even though they have been
appropriately configured, they still do not have write permission.
So need to add the write permission according to ARMV8 spec when
define it.

Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com>
Message-id: 1552395177-12608-1-git-send-email-gengdongjiu@huawei.com
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/display/omap_lcdc.c')
0 files changed, 0 insertions, 0 deletions