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