[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 13/16] target/arm: Implement virtual SError exceptions
From: |
Peter Maydell |
Subject: |
Re: [PATCH 13/16] target/arm: Implement virtual SError exceptions |
Date: |
Mon, 11 Apr 2022 17:00:58 +0100 |
On Sat, 9 Apr 2022 at 01:11, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Virtual SError exceptions are raised by setting HCR_EL2.VSE,
> and are routed to EL1 just like other virtual exceptions.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/arm/cpu.h | 2 ++
> target/arm/internals.h | 8 ++++++++
> target/arm/syndrome.h | 5 +++++
> target/arm/cpu.c | 38 +++++++++++++++++++++++++++++++++++++-
> target/arm/helper.c | 29 ++++++++++++++++++++++++++++-
> 5 files changed, 80 insertions(+), 2 deletions(-)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH 14/16] target/arm: Implement ESB instruction, (continued)
[PATCH 15/16] target/arm: Enable FEAT_RAS for -cpu max, Richard Henderson, 2022/04/08
[PATCH 10/16] target/arm: Add isar_feature_{aa64,any}_ras, Richard Henderson, 2022/04/08
[PATCH 13/16] target/arm: Implement virtual SError exceptions, Richard Henderson, 2022/04/08
[PATCH 16/16] target/arm: Enable FEAT_IESB for -cpu max, Richard Henderson, 2022/04/08