Re: [PATCH v2 05/11] target/arm: Introduce make_ccsidr64

2023-08-24 Thread Peter Maydell
On Fri, 11 Aug 2023 at 22:41, Richard Henderson wrote: > > Do not hard-code the constants for Neoverse V1. > > Signed-off-by: Richard Henderson > --- > target/arm/tcg/cpu64.c | 48 -- > 1 file changed, 32 insertions(+), 16 deletions(-) Reviewed-by: Peter

[PATCH v2 05/11] target/arm: Introduce make_ccsidr64

2023-08-11 Thread Richard Henderson
Do not hard-code the constants for Neoverse V1. Signed-off-by: Richard Henderson --- target/arm/tcg/cpu64.c | 48 -- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/target/arm/tcg/cpu64.c b/target/arm/tcg/cpu64.c index 4cd73779c8..00f39d42a