]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.h
target-arm: Implement AArch64 EL1 exception handling
authorRob Herring <rob.herring@linaro.org>
Tue, 15 Apr 2014 18:18:44 +0000 (19:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Apr 2014 20:34:04 +0000 (21:34 +0100)
commit52e60cdd342dc48116edb81b443ba8c0a0c6f1a3
tree03c2b84affc505cae383fdd0782a5d06539a1118
parent2f2a00aec9838bc52ac4f5dd452f4cf533effa88
target-arm: Implement AArch64 EL1 exception handling

Implement exception handling for AArch64 EL1. Exceptions from AArch64 or
AArch32 EL0 are supported.

Signed-off-by: Rob Herring <rob.herring@linaro.org>
[PMM: fixed minor style nits; updated to match changes in
 previous patches; added some of the simpler cases of
 illegal-exception-return support]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
target-arm/cpu-qom.h
target-arm/cpu64.c
target-arm/helper-a64.c
target-arm/helper.h
target-arm/op_helper.c
target-arm/translate-a64.c