index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
translator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
2022-10-26
1
-4
/
+5
*
accel/tcg: Use DisasContextBase in plugin_gen_tb_start
Richard Henderson
2022-10-04
1
-1
/
+1
*
accel/tcg: Add fast path for translator_ld*
Richard Henderson
2022-09-06
1
-29
/
+97
*
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-09-06
1
-4
/
+5
*
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2022-04-20
1
-1
/
+1
*
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
2022-04-20
1
-4
/
+6
*
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-20
1
-1
/
+1
*
plugins: try and make plugin_insn_append more ergonomic
Alex Bennée
2021-11-04
1
-1
/
+1
*
accel/tcg: Clear PAGE_WRITE before translation
Ilya Leoshkevich
2021-09-14
1
-0
/
+39
*
accel/tcg: Record singlestep_enabled in tb->cflags
Richard Henderson
2021-07-21
1
-6
/
+1
*
accel/tcg: Hoist tb_cflags to a local in translator_loop
Richard Henderson
2021-07-21
1
-5
/
+4
*
accel/tcg: Move breakpoint recognition outside translation
Richard Henderson
2021-07-21
1
-23
/
+1
*
accel/tcg: Handle -singlestep in curr_cflags
Richard Henderson
2021-07-21
1
-1
/
+1
*
accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR
Richard Henderson
2021-07-21
1
-0
/
+5
*
accel/tcg: Introduce translator_use_goto_tb
Richard Henderson
2021-07-09
1
-0
/
+11
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
accel/tcg: allow plugin instrumentation to be disable via cflags
Alex Bennée
2021-02-18
1
-1
/
+4
*
tcg: Make DisasContextBase.tb const
Richard Henderson
2021-01-07
1
-2
/
+2
*
gdbstub: add reverse step support in replay mode
Pavel Dovgalyuk
2020-10-06
1
-0
/
+1
*
qemu_log_lock/unlock now preserves the qemu_logfile handle.
Robert Foley
2019-12-18
1
-2
/
+2
*
translator: inject instrumentation from plugins
Emilio G. Cota
2019-10-28
1
-0
/
+20
*
icount: remove unnecessary gen_io_end calls
Pavel Dovgalyuk
2019-08-20
1
-1
/
+0
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2019-04-24
1
-13
/
+2
*
translator: fix breakpoint processing
Pavel Dovgalyuk
2018-10-02
1
-2
/
+6
*
translator: merge max_insns into DisasContextBase
Emilio G. Cota
2018-05-09
1
-11
/
+10
*
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
2017-10-24
1
-2
/
+2
*
tcg: Add generic translation framework
Lluís Vilanova
2017-09-06
1
-0
/
+138