qemu-e2k/accel/tcg
Richard Henderson dafa0ecc97 accel/tcg: Use CPUState.get_pc in cpu_io_recompile
Using log_pc produces the pc at the beginning of TB,
not the actual pc installed by cpu_restore_state_from_tb,
which could be any of the guest instructions within TB.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2024-03-29 12:16:00 -10:00
..
atomic_common.c.inc
atomic_template.h
cpu-exec-common.c
cpu-exec.c bulk: Call in place single use cpu_env() 2024-03-12 11:46:16 +01:00
cputlb.c accel/tcg: Add TLB_CHECK_ALIGNED 2024-03-05 13:22:56 +00:00
icount-common.c
internal-common.h
internal-target.h
ldst_atomicity.c.inc accel/tcg: correct typos 2024-02-20 22:21:18 +03:00
ldst_common.c.inc include/exec: Change cpu_mmu_index argument to CPUState 2024-02-03 16:46:10 +10:00
meson.build
monitor.c
plugin-gen.c plugins: cleanup codepath for previous inline operation 2024-03-06 12:35:50 +00:00
plugin-helpers.h plugins: Use different helpers when reading registers 2024-02-28 09:11:42 +00:00
tb-context.h
tb-hash.h
tb-jmp-cache.h
tb-maint.c
tcg-accel-ops-icount.c
tcg-accel-ops-icount.h
tcg-accel-ops-mttcg.c accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec() 2024-01-29 21:04:10 +10:00
tcg-accel-ops-mttcg.h
tcg-accel-ops-rr.c accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec() 2024-01-29 21:04:10 +10:00
tcg-accel-ops-rr.h
tcg-accel-ops.c accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec() 2024-01-29 21:04:10 +10:00
tcg-accel-ops.h accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec() 2024-01-29 21:04:10 +10:00
tcg-all.c
tcg-runtime-gvec.c
tcg-runtime.c
tcg-runtime.h
trace-events
trace.h
translate-all.c accel/tcg: Use CPUState.get_pc in cpu_io_recompile 2024-03-29 12:16:00 -10:00
translator.c
user-exec-stub.c
user-exec.c accel/tcg: Disconnect TargetPageDataNode from page size 2024-02-29 11:35:37 -10:00
watchpoint.c