aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translator.c
AgeCommit message (Expand)AuthorFilesLines
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