[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/4] target/arm: Fix {fp, sve}_exception_el for VHE mode runn
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH 3/4] target/arm: Fix {fp, sve}_exception_el for VHE mode running |
|
Date: |
Fri, 28 Jan 2022 18:23:02 +0000 |
On Thu, 27 Jan 2022 at 06:34, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> When HCR_EL2.E2H is set, the format of CPTR_EL2 changes to
> look more like CPACR_EL1, with ZEN and FPEN fields instead
> of TZ and TFP fields.
>
> Reported-by: Zenghui Yu <yuzenghui@huawei.com>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/arm/helper.c | 77 +++++++++++++++++++++++++++++++++++----------
> 1 file changed, 60 insertions(+), 17 deletions(-)
>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH 1/4] target/arm: Fix sve_zcr_len_for_el for VHE mode running, (continued)