Re: [PATCH 2/2] target/arm: Add DynamIQ Shared Unit control registers

2023-03-06 Thread Peter Maydell
On Fri, 3 Mar 2023 at 16:16, Chen Baozi wrote: > > DynamIQ Shared Unit (DSU) contains system control registers in the SCU > and L3 logic which are implemented as the system registers for the cores > in the cluster. Add DSU control registers and enable it to the supported > cores. > > Signed-off-by

[PATCH 2/2] target/arm: Add DynamIQ Shared Unit control registers

2023-03-03 Thread Chen Baozi
DynamIQ Shared Unit (DSU) contains system control registers in the SCU and L3 logic which are implemented as the system registers for the cores in the cluster. Add DSU control registers and enable it to the supported cores. Signed-off-by: Chen Baozi --- target/arm/cpu_tcg.c | 52