]> git.proxmox.com Git - qemu.git/commit - target-arm/helper.c
target-arm: Implement long-descriptor PAR format
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Jul 2012 10:59:10 +0000 (10:59 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Jul 2012 10:59:54 +0000 (10:59 +0000)
commit702a9357897293e804d2ac7550227d0d07ed9fc9
tree4683e4de39b88e50dd8c2a5e0d52b62dd01697cb
parent77a71dd1cb561a920fba63d734cbacdc1357c490
target-arm: Implement long-descriptor PAR format

Implement the different format of the PAR when long descriptor
translation tables are in use. Note that we assume that
get_phys_addr() returns a long-descriptor format DFSR value on
failure if long descriptors are in use; this added subtlety tips
the balance and makes it worth adding a comment documenting the
API to get_phys_addr().

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