Re: [PATCH v2 01/11] target/arm: Reduce dcz_blocksize to uint8_t

2023-08-24 Thread Philippe Mathieu-Daudé
On 11/8/23 23:40, Richard Henderson wrote: This value is only 4 bits wide. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/arm/cpu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v2 01/11] target/arm: Reduce dcz_blocksize to uint8_t

2023-08-11 Thread Richard Henderson
This value is only 4 bits wide. Reviewed-by: Peter Maydell 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/