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
Richard Henderson ec03dd9723 accel/tcg: Hoist first page lookup above pointer_wrap
For strict alignment targets we registered cpu_pointer_wrap_notreached,
but generic code used it before recognizing the alignment exception.
Hoist the first page lookup, so that the alignment exception happens first.

Cc: qemu-stable@nongnu.org
Buglink: https://bugs.debian.org/1112285
Fixes: a4027ed7d4 ("target: Use cpu_pointer_wrap_notreached for strict align targets")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
1 week ago
..
atomic_common.c.inc tcg: Add tcg_gen_atomic_{xchg,fetch_and,fetch_or}_i128 2 months ago
atomic_template.h accel/tcg: Add cpu_atomic_*_mmu for 16-byte xchg, fetch_and, fetch_or 2 months ago
backend-ldst.h tcg: Move cpu_req_mo() macro to target-agnostic 'backend-ldst.h' 6 months ago
cpu-exec-common.c accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h' 8 months ago
cpu-exec.c tcg/user: do not set exit_request gratuitously 1 month ago
cputlb.c accel/tcg: Hoist first page lookup above pointer_wrap 1 week ago
icount-common.c include/exec: Split out icount.h 6 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 1 year ago
ldst_common.c.inc accel/tcg: Use vaddr for plugin_{load,store}_cb 6 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 4 weeks 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 6 months ago
tb-internal.h accel/tcg: Add CPUState arg to tb_invalidate_phys_range_fast 6 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 4 weeks ago
tcg-accel-ops-icount.c include/exec: Split out icount.h 6 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 1 month ago
tcg-accel-ops-mttcg.h accel/tcg: create a thread-kick function for TCG 1 month ago
tcg-accel-ops-rr.c accel: make all calls to qemu_process_cpu_events look the same 1 month ago
tcg-accel-ops-rr.h Clean up header guards that don't match their file name 4 years ago
tcg-accel-ops.c cpus: clear exit_request in qemu_process_cpu_events 1 month ago
tcg-accel-ops.h accel/tcg: create a thread-kick function for TCG 1 month ago
tcg-all.c accel/tcg: Move post-load tb_flush to vm_change_state hook 4 weeks ago
tcg-runtime-gvec.c accel/tcg: Build tcg-runtime-gvec.c once 8 months ago
tcg-runtime.c accel/tcg: Build tcg-runtime.c once 8 months ago
tcg-runtime.h tcg: Add tcg_gen_atomic_{xchg,fetch_and,fetch_or}_i128 2 months 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 6 months ago
trace-events accel/tcg: add tracepoints for cpu_loop_exit_atomic 1 year ago
trace.h
translate-all.c accel/tcg: Improve buffer overflow in tb_gen_code 4 weeks ago
translator.c exec: Restrict 'cpu-ldst-common.h' to accel/tcg/ 6 months ago
user-exec-stub.c accel/tcg: Restrict tlb_init() / destroy() to TCG 8 months ago
user-exec.c accel/tcg: Add clear_flags argument to page_set_flags 1 week ago
vcpu-state.h licenses: Remove SPDX tags not being license identifier for Linaro 9 months ago
watchpoint.c accel/tcg: Remove mmap_lock/unlock from watchpoint.c 6 months ago