]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.c
target-arm: Make the 64-bit version of VTCR do the migration
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2016 16:33:52 +0000 (17:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2016 16:33:52 +0000 (17:33 +0100)
commitbf06c1123a427fefc2cf9cf8019578eafc19eb6f
tree0bb315c6c4c906b40a2fc92b19a7bb760c39aa97
parent094a7d0b9d10812d06be2c5c19288cee4603c693
target-arm: Make the 64-bit version of VTCR do the migration

Move the ALIAS tag from VTCR_EL2 to VTCR so that we migrate the
64-bit version, as is usual. (This has no particular effect now
unless the guest wrote to the high RES0 bits of VTCR_EL2.)
Add a comment about why it's OK that we don't have the various
accessor functions that the EL1 TCR regdefs do.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Sergey Fedorov <sergey.fedorov@linaro.org>
Message-id: 1459435778-5526-4-git-send-email-peter.maydell@linaro.org
target-arm/helper.c