Re: [PATCH v2 2/9] accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASK

2023-06-22 Thread Philippe Mathieu-Daudé
On 21/6/23 14:18, Richard Henderson wrote: This frees up one bit of the primary tlb flags without impacting the TLB_NOTDIRTY logic. Signed-off-by: Richard Henderson --- include/exec/cpu-all.h | 8 accel/tcg/cputlb.c | 18 ++ 2 files changed, 18 insertions(+), 8

[PATCH v2 2/9] accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASK

2023-06-21 Thread Richard Henderson
This frees up one bit of the primary tlb flags without impacting the TLB_NOTDIRTY logic. Signed-off-by: Richard Henderson --- include/exec/cpu-all.h | 8 accel/tcg/cputlb.c | 18 ++ 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/include/exec/cpu-all