Re: [PATCH 02/13] target/arm: The Cortex-R52 has a read-only CBAR

2024-02-06 Thread Peter Maydell
On Tue, 6 Feb 2024 at 20:38, Richard Henderson wrote: > > On 2/6/24 23:29, Peter Maydell wrote: > > The Cortex-R52 implements the Configuration Base Address Register > > (CBAR), as a read-only register. Add ARM_FEATURE_CBAR_RO to this CPU > > type, so that our implementation provides the register

Re: [PATCH 02/13] target/arm: The Cortex-R52 has a read-only CBAR

2024-02-06 Thread Richard Henderson
On 2/6/24 23:29, Peter Maydell wrote: The Cortex-R52 implements the Configuration Base Address Register (CBAR), as a read-only register. Add ARM_FEATURE_CBAR_RO to this CPU type, so that our implementation provides the register and the associated qdev property. Signed-off-by: Peter Maydell ---

[PATCH 02/13] target/arm: The Cortex-R52 has a read-only CBAR

2024-02-06 Thread Peter Maydell
The Cortex-R52 implements the Configuration Base Address Register (CBAR), as a read-only register. Add ARM_FEATURE_CBAR_RO to this CPU type, so that our implementation provides the register and the associated qdev property. Signed-off-by: Peter Maydell --- target/arm/tcg/cpu32.c | 1 + 1 file c