index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
translator.c
Age
Commit message (
Expand
)
Author
2021-09-14
accel/tcg: Clear PAGE_WRITE before translation
Ilya Leoshkevich
2021-07-21
accel/tcg: Record singlestep_enabled in tb->cflags
Richard Henderson
2021-07-21
accel/tcg: Hoist tb_cflags to a local in translator_loop
Richard Henderson
2021-07-21
accel/tcg: Move breakpoint recognition outside translation
Richard Henderson
2021-07-21
accel/tcg: Handle -singlestep in curr_cflags
Richard Henderson
2021-07-21
accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR
Richard Henderson
2021-07-09
accel/tcg: Introduce translator_use_goto_tb
Richard Henderson
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-02-18
accel/tcg: allow plugin instrumentation to be disable via cflags
Alex Bennée
2021-01-07
tcg: Make DisasContextBase.tb const
Richard Henderson
2020-10-06
gdbstub: add reverse step support in replay mode
Pavel Dovgalyuk
2019-12-18
qemu_log_lock/unlock now preserves the qemu_logfile handle.
Robert Foley
2019-10-28
translator: inject instrumentation from plugins
Emilio G. Cota
2019-08-20
icount: remove unnecessary gen_io_end calls
Pavel Dovgalyuk
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-04-24
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2018-10-02
translator: fix breakpoint processing
Pavel Dovgalyuk
2018-05-09
translator: merge max_insns into DisasContextBase
Emilio G. Cota
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
2017-09-06
tcg: Add generic translation framework
Lluís Vilanova