Re: [PATCH 2/5] target/arm: Reduce dcz_blocksize to uint8_t

2023-08-10 Thread Richard Henderson
On 8/10/23 07:09, Peter Maydell wrote: On Thu, 10 Aug 2023 at 03:37, Richard Henderson wrote: This value is only 4 bits wide. True. Any particular reason to change the type, though? To save space. r~ Signed-off-by: Richard Henderson --- target/arm/cpu.h | 3 ++- 1 file changed, 2

Re: [PATCH 2/5] target/arm: Reduce dcz_blocksize to uint8_t

2023-08-10 Thread Peter Maydell
On Thu, 10 Aug 2023 at 03:37, Richard Henderson wrote: > > This value is only 4 bits wide. True. Any particular reason to change the type, though? > Signed-off-by: Richard Henderson > --- > target/arm/cpu.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Reviewed-by: Peter Maydell

[PATCH 2/5] target/arm: Reduce dcz_blocksize to uint8_t

2023-08-09 Thread Richard Henderson
This value is only 4 bits wide. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 88e5accda6..7fedbb34ba 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@ -1074,7 +1074,8 @@