Re: [PATCH v2 3/9] accel/tcg: Renumber TLB_DISCARD_WRITE

2023-06-22 Thread Philippe Mathieu-Daudé
On 21/6/23 14:18, Richard Henderson wrote: Move to fill a hole in the set of bits. Reduce the total number of tlb bits by 1. Signed-off-by: Richard Henderson --- include/exec/cpu-all.h | 4 ++-- tcg/tcg-op-ldst.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Reviewed-by: P

[PATCH v2 3/9] accel/tcg: Renumber TLB_DISCARD_WRITE

2023-06-21 Thread Richard Henderson
Move to fill a hole in the set of bits. Reduce the total number of tlb bits by 1. Signed-off-by: Richard Henderson --- include/exec/cpu-all.h | 4 ++-- tcg/tcg-op-ldst.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.h in