On 7/27/25 1:01 AM, Richard Henderson wrote:
Use a typedef instead of uint16_t directly when
describing sets of mmu indexes.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
include/exec/cputlb.h | 32 ++++++++++++++++----------------
include/hw/core/cpu.h | 6 +++---
accel/tcg/cputlb.c | 30 +++++++++++++++---------------
3 files changed, 34 insertions(+), 34 deletions(-)
That's cleaner, and definitely help to see we're going to increase the
number of mmu indexes.
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>