aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translator.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-14accel/tcg: Remove CF_LAST_IORichard Henderson1-13/+9
2023-10-11plugins: Set final instruction count in plugin_gen_tb_endMatt Borgerson1-1/+1
2023-10-11accel/tcg: Add plugin_enabled to DisasContextBaseRichard Henderson1-0/+1
2023-10-04accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé1-1/+1
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-3/+3
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson1-4/+6
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-4/+4
2023-09-28accel/tcg: Always require can_do_ioRichard Henderson1-13/+7
2023-09-28accel/tcg: Improve setting of can_do_io at start of TBRichard Henderson1-2/+2
2023-09-28accel/tcg: Track current value of can_do_io in the TBRichard Henderson1-17/+14
2023-09-28accel/tcg: Hoist CF_MEMI_ONLY check outside translation loopRichard Henderson1-6/+8
2023-09-28accel/tcg: Avoid load of icount_decr if unusedRichard Henderson1-4/+7
2023-07-15accel/tcg: Always lock pages before translationRichard Henderson1-12/+22
2023-06-26accel/tcg: Replace target_ulong with vaddr in translator_*()Anton Johansson1-5/+5
2023-06-05plugins: Move plugin_insn_append to translator.cRichard Henderson1-0/+21
2023-06-05accel/tcg: Tidy includes for translator.[ch]Richard Henderson1-5/+3
2023-06-05accel/tcg: Move translator_fake_ldb out of lineRichard Henderson1-0/+5
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-2/+25
2023-06-05accel/tcg: Move most of gen-icount.h into translator.cRichard Henderson1-2/+81
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson1-2/+0
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson1-4/+0
2023-03-05tcg: Remove tcg_check_temp_count, tcg_clear_temp_countRichard Henderson1-12/+0
2023-03-01accel/tcg: Use more accurate max_insns for tb_overflowRichard Henderson1-1/+1
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-2/+2
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé1-1/+1
2023-02-21accel/tcg: Allow the second page of an instruction to be MMIORichard Henderson1-2/+10
2023-02-02translator: always pair plugin_gen_insn_{start, end} callsEmilio Cota1-5/+10
2022-10-26accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson1-4/+5
2022-10-03accel/tcg: Use DisasContextBase in plugin_gen_tb_startRichard Henderson1-1/+1
2022-09-06accel/tcg: Add fast path for translator_ld*Richard Henderson1-29/+97
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-4/+5
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-1/+1
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson1-4/+6
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson1-1/+1
2021-11-04plugins: try and make plugin_insn_append more ergonomicAlex Bennée1-1/+1
2021-09-14accel/tcg: Clear PAGE_WRITE before translationIlya Leoshkevich1-0/+39
2021-07-21accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson1-6/+1
2021-07-21accel/tcg: Hoist tb_cflags to a local in translator_loopRichard Henderson1-5/+4
2021-07-21accel/tcg: Move breakpoint recognition outside translationRichard Henderson1-23/+1
2021-07-21accel/tcg: Handle -singlestep in curr_cflagsRichard Henderson1-1/+1
2021-07-21accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson1-0/+5
2021-07-09accel/tcg: Introduce translator_use_goto_tbRichard Henderson1-0/+11
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée1-1/+4
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson1-2/+2
2020-10-06gdbstub: add reverse step support in replay modePavel Dovgalyuk1-0/+1
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley1-2/+2
2019-10-28translator: inject instrumentation from pluginsEmilio G. Cota1-0/+20
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk1-1/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0