Re: [PATCH 2/3] tcg/cputlb: Remove non-synced variants of global TLB flushes

2024-03-28 Thread Philippe Mathieu-Daudé
On 28/3/24 06:31, Nicholas Piggin wrote: These are no longer used. tlb_flush_all_cpus: removed in previous patch tlb_flush_page_all_cpus: removed in previous patch tlb_flush_page_bits_by_mmuidx_all_cpus: never used tlb_flush_page_by_mmuidx_all_cpus: never used tlb_flush_page_bits_by_mmuidx_all

[PATCH 2/3] tcg/cputlb: Remove non-synced variants of global TLB flushes

2024-03-27 Thread Nicholas Piggin
These are no longer used. Signed-off-by: Nicholas Piggin --- docs/devel/multi-thread-tcg.rst | 13 ++-- include/exec/exec-all.h | 97 +- accel/tcg/cputlb.c | 103 3 files changed, 19 insertions(+), 194 deletions(