You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/accel/tcg
Philippe Mathieu-Daudé b94cca31a7 accel/tcg: Remove dead mmap_unlock() call in invalidate_phys_page_range
Since commit a97d5d2c8b ("accel/tcg: Use interval tree for TBs in
user-only mode") this code is guarded with #ifdef'ry and only build
for system emulation where mmap_unlock() is meaningless. Remove the
call.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250924164824.51971-1-philmd@linaro.org>
1 week ago
..
atomic_common.c.inc tcg: Add tcg_gen_atomic_{xchg,fetch_and,fetch_or}_i128 1 month ago
atomic_template.h accel/tcg: Add cpu_atomic_*_mmu for 16-byte xchg, fetch_and, fetch_or 1 month ago
backend-ldst.h tcg: Move cpu_req_mo() macro to target-agnostic 'backend-ldst.h' 5 months ago
cpu-exec-common.c accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h' 7 months ago
cpu-exec.c tcg/user: do not set exit_request gratuitously 2 weeks ago
cputlb.c include/hw/core/cpu: Introduce cpu_tlb_fast 1 week ago
icount-common.c include/exec: Split out icount.h 5 months ago
internal-common.h accel/tcg: Implement AccelClass::get_stats() handler 3 months ago
ldst_atomicity.c.inc accel/tcg: add tracepoints for cpu_loop_exit_atomic 11 months ago
ldst_common.c.inc accel/tcg: Use vaddr for plugin_{load,store}_cb 5 months ago
meson.build accel/tcg: Extract statistic related code to tcg-stats.c 3 months ago
monitor.c accel/tcg: Propagate AccelState to dump_accel_info() 3 months ago
plugin-gen.c plugins: Use tb_flush__exclusive_or_serial 1 week ago
tb-context.h tcg: Move tb_phys_invalidate_count to tb_ctx 4 years ago
tb-hash.h accel/tcg: Compile tb-maint.c twice 5 months ago
tb-internal.h accel/tcg: Add CPUState arg to tb_invalidate_phys_range_fast 5 months ago
tb-jmp-cache.h tcg: remove CPU* types from typedefs.h 1 year ago
tb-maint.c accel/tcg: Remove dead mmap_unlock() call in invalidate_phys_page_range 1 week ago
tcg-accel-ops-icount.c include/exec: Split out icount.h 5 months ago
tcg-accel-ops-icount.h accel/tcg/tcg-accel-ops-rr: ensure fairness with icount 2 years ago
tcg-accel-ops-mttcg.c accel: make all calls to qemu_process_cpu_events look the same 2 weeks ago
tcg-accel-ops-mttcg.h accel/tcg: create a thread-kick function for TCG 2 weeks ago
tcg-accel-ops-rr.c accel: make all calls to qemu_process_cpu_events look the same 2 weeks ago
tcg-accel-ops-rr.h Clean up header guards that don't match their file name 3 years ago
tcg-accel-ops.c cpus: clear exit_request in qemu_process_cpu_events 2 weeks ago
tcg-accel-ops.h accel/tcg: create a thread-kick function for TCG 2 weeks ago
tcg-all.c accel/tcg: Move post-load tb_flush to vm_change_state hook 1 week ago
tcg-runtime-gvec.c accel/tcg: Build tcg-runtime-gvec.c once 7 months ago
tcg-runtime.c accel/tcg: Build tcg-runtime.c once 7 months ago
tcg-runtime.h tcg: Add tcg_gen_atomic_{xchg,fetch_and,fetch_or}_i128 1 month ago
tcg-stats.c accel/tcg: Implement AccelClass::get_stats() handler 3 months ago
tlb-bounds.h accel/tcg: Simplify CPU_TLB_DYN_MAX_BITS 5 months ago
trace-events accel/tcg: add tracepoints for cpu_loop_exit_atomic 11 months ago
trace.h trace: switch position of headers to what Meson requires 5 years ago
translate-all.c accel/tcg: Improve buffer overflow in tb_gen_code 1 week ago
translator.c exec: Restrict 'cpu-ldst-common.h' to accel/tcg/ 5 months ago
user-exec-stub.c accel/tcg: Restrict tlb_init() / destroy() to TCG 7 months ago
user-exec.c cpus: clear exit_request in qemu_process_cpu_events 2 weeks ago
vcpu-state.h licenses: Remove SPDX tags not being license identifier for Linaro 8 months ago
watchpoint.c accel/tcg: Remove mmap_lock/unlock from watchpoint.c 5 months ago