Re: [PATCH v3 59/60] target/arm: Define cortex-a76

2022-04-22 Thread Peter Maydell
On Sun, 17 Apr 2022 at 19:52, Richard Henderson wrote: > > Enable the a76 for virt and sbsa board use. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 59/60] target/arm: Define cortex-a76

2022-04-17 Thread Richard Henderson
Enable the a76 for virt and sbsa board use. Signed-off-by: Richard Henderson --- docs/system/arm/virt.rst | 1 + hw/arm/sbsa-ref.c| 1 + hw/arm/virt.c| 1 + target/arm/cpu64.c | 66 4 files changed, 69 insertions(+) diff --gi