index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
translator.c
Age
Commit message (
Expand
)
Author
2024-04-09
accel/tcg: Improve can_do_io management
Richard Henderson
2024-04-09
accel/tcg: Add insn_start to DisasContextBase
Richard Henderson
2023-11-14
accel/tcg: Remove CF_LAST_IO
Richard Henderson
2023-10-11
plugins: Set final instruction count in plugin_gen_tb_end
Matt Borgerson
2023-10-11
accel/tcg: Add plugin_enabled to DisasContextBase
Richard Henderson
2023-10-04
accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
Philippe Mathieu-Daudé
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-10-03
accel/tcg: Move can_do_io to CPUNegativeOffsetState
Richard Henderson
2023-10-03
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
2023-09-28
accel/tcg: Always require can_do_io
Richard Henderson
2023-09-28
accel/tcg: Improve setting of can_do_io at start of TB
Richard Henderson
2023-09-28
accel/tcg: Track current value of can_do_io in the TB
Richard Henderson
2023-09-28
accel/tcg: Hoist CF_MEMI_ONLY check outside translation loop
Richard Henderson
2023-09-28
accel/tcg: Avoid load of icount_decr if unused
Richard Henderson
2023-07-15
accel/tcg: Always lock pages before translation
Richard Henderson
2023-06-26
accel/tcg: Replace target_ulong with vaddr in translator_*()
Anton Johansson
2023-06-05
plugins: Move plugin_insn_append to translator.c
Richard Henderson
2023-06-05
accel/tcg: Tidy includes for translator.[ch]
Richard Henderson
2023-06-05
accel/tcg: Move translator_fake_ldb out of line
Richard Henderson
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
2023-06-05
accel/tcg: Move most of gen-icount.h into translator.c
Richard Henderson
2023-05-23
tcg: Remove DEBUG_DISAS
Richard Henderson
2023-03-05
accel/tcg: Remove translator_loop_temp_check
Richard Henderson
2023-03-05
tcg: Remove tcg_check_temp_count, tcg_clear_temp_count
Richard Henderson
2023-03-01
accel/tcg: Use more accurate max_insns for tb_overflow
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-02-27
replay: Extract core API to 'exec/replay-core.h'
Philippe Mathieu-Daudé
2023-02-21
accel/tcg: Allow the second page of an instruction to be MMIO
Richard Henderson
2023-02-02
translator: always pair plugin_gen_insn_{start, end} calls
Emilio Cota
2022-10-26
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
2022-10-03
accel/tcg: Use DisasContextBase in plugin_gen_tb_start
Richard Henderson
2022-09-06
accel/tcg: Add fast path for translator_ld*
Richard Henderson
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2022-04-20
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
2022-04-20
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2021-11-04
plugins: try and make plugin_insn_append more ergonomic
Alex Bennée
2021-09-14
accel/tcg: Clear PAGE_WRITE before translation
Ilya Leoshkevich
2021-07-21
accel/tcg: Record singlestep_enabled in tb->cflags
Richard Henderson
2021-07-21
accel/tcg: Hoist tb_cflags to a local in translator_loop
Richard Henderson
2021-07-21
accel/tcg: Move breakpoint recognition outside translation
Richard Henderson
2021-07-21
accel/tcg: Handle -singlestep in curr_cflags
Richard Henderson
2021-07-21
accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR
Richard Henderson
2021-07-09
accel/tcg: Introduce translator_use_goto_tb
Richard Henderson
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-02-18
accel/tcg: allow plugin instrumentation to be disable via cflags
Alex Bennée
2021-01-07
tcg: Make DisasContextBase.tb const
Richard Henderson
2020-10-06
gdbstub: add reverse step support in replay mode
Pavel Dovgalyuk
2019-12-18
qemu_log_lock/unlock now preserves the qemu_logfile handle.
Robert Foley
2019-10-28
translator: inject instrumentation from plugins
Emilio G. Cota
[next]