index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
translator.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-13
tcg: remove singlestep_enabled from DisasContextBase
Paolo Bonzini
1
-1
/
+0
2024-05-22
accel/tcg: Init tb size and icount before plugin_gen_tb_end
Richard Henderson
1
-4
/
+4
2024-05-15
accel/tcg: Introduce translator_fake_ld
Richard Henderson
1
-3
/
+2
2024-05-15
disas: Use translator_st to get disassembly data
Richard Henderson
1
-1
/
+1
2024-05-15
accel/tcg: Return bool from TranslatorOps.disas_log
Richard Henderson
1
-3
/
+2
2024-05-15
accel/tcg: Provide default implementation of disas_log
Richard Henderson
1
-1
/
+8
2024-05-15
plugins: Read mem_only directly from TB cflags
Richard Henderson
1
-1
/
+1
2024-05-15
plugins: Use translator_st for qemu_plugin_insn_data
Richard Henderson
1
-26
/
+0
2024-05-15
accel/tcg: Implement translator_st
Richard Henderson
1
-0
/
+55
2024-05-15
accel/tcg: Record when translator_fake_ldb is used
Richard Henderson
1
-0
/
+2
2024-05-15
accel/tcg: Record mmio bytes during translation
Richard Henderson
1
-0
/
+41
2024-05-15
accel/tcg: Cap the translation block when we encounter mmio
Richard Henderson
1
-0
/
+4
2024-05-15
accel/tcg: Reorg translator_ld*
Richard Henderson
1
-85
/
+98
2024-05-15
accel/tcg: Pass DisasContextBase to translator_fake_ldb
Richard Henderson
1
-1
/
+1
2024-05-15
accel/tcg: Use vaddr in translator_ld*
Richard Henderson
1
-7
/
+8
2024-04-26
accel: Include missing 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-09
accel/tcg: Improve can_do_io management
Richard Henderson
1
-22
/
+23
2024-04-09
accel/tcg: Add insn_start to DisasContextBase
Richard Henderson
1
-0
/
+2
2023-11-14
accel/tcg: Remove CF_LAST_IO
Richard Henderson
1
-13
/
+9
2023-10-11
plugins: Set final instruction count in plugin_gen_tb_end
Matt Borgerson
1
-1
/
+1
2023-10-11
accel/tcg: Add plugin_enabled to DisasContextBase
Richard Henderson
1
-0
/
+1
2023-10-04
accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
1
-3
/
+3
2023-10-03
accel/tcg: Move can_do_io to CPUNegativeOffsetState
Richard Henderson
1
-4
/
+6
2023-10-03
accel/tcg: Move CPUNegativeOffsetState into CPUState
Richard Henderson
1
-4
/
+4
2023-09-28
accel/tcg: Always require can_do_io
Richard Henderson
1
-13
/
+7
2023-09-28
accel/tcg: Improve setting of can_do_io at start of TB
Richard Henderson
1
-2
/
+2
2023-09-28
accel/tcg: Track current value of can_do_io in the TB
Richard Henderson
1
-17
/
+14
2023-09-28
accel/tcg: Hoist CF_MEMI_ONLY check outside translation loop
Richard Henderson
1
-6
/
+8
2023-09-28
accel/tcg: Avoid load of icount_decr if unused
Richard Henderson
1
-4
/
+7
2023-07-15
accel/tcg: Always lock pages before translation
Richard Henderson
1
-12
/
+22
2023-06-26
accel/tcg: Replace target_ulong with vaddr in translator_*()
Anton Johansson
1
-5
/
+5
2023-06-05
plugins: Move plugin_insn_append to translator.c
Richard Henderson
1
-0
/
+21
2023-06-05
accel/tcg: Tidy includes for translator.[ch]
Richard Henderson
1
-5
/
+3
2023-06-05
accel/tcg: Move translator_fake_ldb out of line
Richard Henderson
1
-0
/
+5
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
1
-2
/
+25
2023-06-05
accel/tcg: Move most of gen-icount.h into translator.c
Richard Henderson
1
-2
/
+81
2023-05-23
tcg: Remove DEBUG_DISAS
Richard Henderson
1
-2
/
+0
2023-03-05
accel/tcg: Remove translator_loop_temp_check
Richard Henderson
1
-4
/
+0
2023-03-05
tcg: Remove tcg_check_temp_count, tcg_clear_temp_count
Richard Henderson
1
-12
/
+0
2023-03-01
accel/tcg: Use more accurate max_insns for tb_overflow
Richard Henderson
1
-1
/
+1
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
1
-2
/
+2
2023-02-27
replay: Extract core API to 'exec/replay-core.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-21
accel/tcg: Allow the second page of an instruction to be MMIO
Richard Henderson
1
-2
/
+10
2023-02-02
translator: always pair plugin_gen_insn_{start, end} calls
Emilio Cota
1
-5
/
+10
2022-10-26
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
1
-4
/
+5
2022-10-03
accel/tcg: Use DisasContextBase in plugin_gen_tb_start
Richard Henderson
1
-1
/
+1
2022-09-06
accel/tcg: Add fast path for translator_ld*
Richard Henderson
1
-29
/
+97
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
1
-4
/
+5
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
1
-1
/
+1
[next]