Re: [PATCH v3 59/60] target/arm: Define cortex-a76
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
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