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

2023-08-29 Thread Peter Maydell
On Fri, 11 Aug 2023 at 22:42, Richard Henderson wrote: > > This is one of the first generation Armv9 cores, and gives us something > concrete to test in that area. Notably, it supports MTE. > > Changes for v2: > * Check GMBS during realize. > * Fix access checks for neoverse implementation re

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

2023-08-11 Thread Richard Henderson
This is one of the first generation Armv9 cores, and gives us something concrete to test in that area. Notably, it supports MTE. Changes for v2: * Check GMBS during realize. * Fix access checks for neoverse implementation registers. Mostly just traps EL1/EL2 if EL2/EL3 enabled. * Add ma