Re: [PATCH v3 2/5] target/arm: Implement cortex-a710

2023-09-08 Thread Peter Maydell
On Fri, 1 Sept 2023 at 00:25, Richard Henderson wrote: > > The cortex-a710 is a first generation ARMv9.0-A processor. > > Signed-off-by: Richard Henderson > --- > docs/system/arm/virt.rst | 1 + > hw/arm/virt.c| 1 + > target/arm/tcg/cpu64.c | 212 ++

[PATCH v3 2/5] target/arm: Implement cortex-a710

2023-08-31 Thread Richard Henderson
The cortex-a710 is a first generation ARMv9.0-A processor. Signed-off-by: Richard Henderson --- docs/system/arm/virt.rst | 1 + hw/arm/virt.c| 1 + target/arm/tcg/cpu64.c | 212 +++ 3 files changed, 214 insertions(+) diff --git a/docs/system