aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translator.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson1-13/+2
2018-10-02translator: fix breakpoint processingPavel Dovgalyuk1-2/+6
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota1-11/+10
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota1-2/+2
2017-09-06tcg: Add generic translation frameworkLluís Vilanova1-0/+138