Re: [PATCH v2 11/11] target/arm: Implement cortex-a710

2023-08-29 Thread Peter Maydell
On Fri, 11 Aug 2023 at 22:42, Richard Henderson wrote: > > The cortex-a710 is a first generation ARMv9.0-A processor. > diff --git a/target/arm/tcg/cpu64.c b/target/arm/tcg/cpu64.c > index b12e10d3ab..81c27c70e8 100644 > --- a/target/arm/tcg/cpu64.c > +++ b/target/arm/tcg/cpu64.c > @@ -758,6 +758

[PATCH v2 11/11] target/arm: Implement cortex-a710

2023-08-11 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 | 234 +++ 3 files changed, 236 insertions(+) diff --git a/docs/system