On 11/9/23 07:19, Peter Maydell wrote:
AArch64 permits code at EL3 to use the HVC instruction; however the
exception we take should go to EL3, not down to EL2 (see the pseudocode
AArch64.CallHypervisor()). Fix the target EL.
Cc: qemu-sta...@nongnu.org
Signed-off-by: Peter Maydell
---
target/a
On Thu, Nov 9, 2023 at 4:20 PM Peter Maydell
wrote:
> AArch64 permits code at EL3 to use the HVC instruction; however the
> exception we take should go to EL3, not down to EL2 (see the pseudocode
> AArch64.CallHypervisor()). Fix the target EL.
>
> Cc: qemu-sta...@nongnu.org
> Signed-off-by: Peter
AArch64 permits code at EL3 to use the HVC instruction; however the
exception we take should go to EL3, not down to EL2 (see the pseudocode
AArch64.CallHypervisor()). Fix the target EL.
Cc: qemu-sta...@nongnu.org
Signed-off-by: Peter Maydell
---
target/arm/tcg/translate-a64.c | 4 +++-
1 file ch