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
/
include
/
exec
/
translator.h
Age
Commit message (
Expand
)
Author
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2021-09-14
accel/tcg: Clear PAGE_WRITE before translation
Ilya Leoshkevich
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-09
accel/tcg: Introduce translator_use_goto_tb
Richard Henderson
2021-01-07
tcg: Make DisasContextBase.tb const
Richard Henderson
2020-01-15
translator: Use cpu_ld*_code instead of open-coding
Richard Henderson
2019-10-28
translator: add translator_ld{ub,sw,uw,l,q}
Emilio G. Cota
2019-05-13
Clean up decorations and whitespace around header guards
Markus Armbruster
2019-04-24
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2018-05-09
translator: merge max_insns into DisasContextBase
Emilio G. Cota
2017-09-06
tcg: Add generic translation framework
Lluís Vilanova
2017-09-06
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova