aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translator.c
AgeCommit message (Expand)Author
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
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2018-10-02translator: fix breakpoint processingPavel Dovgalyuk
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-09-06tcg: Add generic translation frameworkLluís Vilanova