[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/5] target/arm: Honor HCR_EL2.TID2 trapping requirements
From: |
Richard Henderson |
Subject: |
Re: [PATCH v2 1/5] target/arm: Honor HCR_EL2.TID2 trapping requirements |
Date: |
Mon, 2 Dec 2019 07:10:48 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1 |
On 12/1/19 12:20 PM, Marc Zyngier wrote:
> HCR_EL2.TID2 mandates that access from EL1 to CTR_EL0, CCSIDR_EL1,
> CCSIDR2_EL1, CLIDR_EL1, CSSELR_EL1 are trapped to EL2, and QEMU
> completely ignores it, making it impossible for hypervisors to
> virtualize the cache hierarchy.
>
> Do the right thing by trapping to EL2 if HCR_EL2.TID2 is set.
>
> Signed-off-by: Marc Zyngier <address@hidden>
> ---
> target/arm/helper.c | 31 +++++++++++++++++++++++++++----
> 1 file changed, 27 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <address@hidden>
r~
[PATCH v2 2/5] target/arm: Honor HCR_EL2.TID1 trapping requirements, Marc Zyngier, 2019/12/01