[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] target/arm: added cortex-a55 CPU support for qemu-virt
From: |
Peter Maydell |
Subject: |
Re: [PATCH] target/arm: added cortex-a55 CPU support for qemu-virt |
Date: |
Tue, 22 Nov 2022 14:45:50 +0000 |
On Mon, 21 Nov 2022 at 15:08, Timofey Kutergin <tkutergin@gmail.com> wrote:
>
> cortex-a55 is one of newer armv8.2+ CPUs supporting native
> Privileged Access Never (PAN) feature. Using this CPU
> provides access to this feature without using fictitious "max"
> CPU.
>
> Signed-off-by: Timofey Kutergin <tkutergin@gmail.com>
Thanks; I've applied this to my target-arm-for-8.0 branch,
which will eventually become target-arm when 7.2 is
released in a couple of weeks.
-- PMM