]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/cpu.h
target-arm: Implement MDCR_EL3 and SDCR
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Feb 2016 11:17:30 +0000 (11:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Feb 2016 11:17:30 +0000 (11:17 +0000)
commit5513c3abed8e5fabe116830c63f0d3fe1f94bd21
tree904144976ca6497e45e6cc11089b285e81652a47
parent6b7f0b61f080b886c9b4bba8240379ce90e20b12
target-arm: Implement MDCR_EL3 and SDCR

Implement the MDCR_EL3 register (which is SDCR for AArch32).
For the moment we implement it as reads-as-written.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 1454506721-11843-3-git-send-email-peter.maydell@linaro.org
target-arm/cpu.h
target-arm/helper.c