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
/
cpu-exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-14
accel/tcg: Remove CF_LAST_IO
Richard Henderson
1
-1
/
+1
2023-10-04
accel/tcg: Make monitor.c a target-agnostic unit
Philippe Mathieu-Daudé
1
-0
/
+1
2023-10-04
accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
1
-4
/
+4
2023-10-03
accel/tcg: Remove cpu_neg()
Richard Henderson
1
-7
/
+7
2023-10-03
accel/tcg: Move can_do_io to CPUNegativeOffsetState
Richard Henderson
1
-1
/
+1
2023-10-03
accel/tcg: Have tcg_exec_realizefn() return a boolean
Philippe Mathieu-Daudé
1
-1
/
+3
2023-09-28
accel/tcg: Always set CF_LAST_IO with CF_NOIRQ
Richard Henderson
1
-1
/
+1
2023-07-17
accel/tcg: Zero-pad PC in TCG CPU exec trace lines
Peter Maydell
1
-2
/
+2
2023-07-15
accel/tcg: Always lock pages before translation
Richard Henderson
1
-0
/
+20
2023-07-15
accel/tcg: Split out cpu_exec_longjmp_cleanup
Richard Henderson
1
-24
/
+19
2023-06-26
accel/tcg/cpu-exec.c: Widen pc to vaddr
Anton Johansson
1
-17
/
+17
2023-06-26
target: Widen pc/cs_base in cpu_get_tb_cpu_state
Anton Johansson
1
-3
/
+6
2023-06-20
accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' header
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-20
accel/tcg: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
1
-2
/
+2
2023-06-13
util/log: Add vector registers to log
Ivan Klokov
1
-0
/
+3
2023-06-06
atomics: eliminate mb_read/mb_set
Paolo Bonzini
1
-1
/
+1
2023-06-05
exec-all: Widen TranslationBlock pc and cs_base to 64-bits
Richard Henderson
1
-1
/
+1
2023-06-01
accel/tcg: include cs_base in our hash calculations
Alex Bennée
1
-1
/
+1
2023-06-01
tcg: remove the final vestiges of dstate
Alex Bennée
1
-6
/
+1
2023-05-23
tcg: Remove DEBUG_DISAS
Richard Henderson
1
-2
/
+0
2023-05-02
accel/tcg: Use one_insn_per_tb global instead of old singlestep global
Peter Maydell
1
-1
/
+1
2023-04-04
accel/tcg: Fix jump cache set in cpu_exec_loop
Richard Henderson
1
-4
/
+13
2023-03-22
tcg: Clear plugin_mem_cbs on TB exit
Richard Henderson
1
-4
/
+1
2023-03-01
accel/tcg: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-3
/
+3
2023-03-01
accel/tcg: Move jmp-cache `CF_PCREL` checks to caller
Anton Johansson
1
-15
/
+41
2023-03-01
accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
1
-4
/
+4
2023-02-27
replay: Extract core API to 'exec/replay-core.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
accel/tcg: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
1
-86
/
+2
2023-02-27
exec: Remove unused 'qemu/timer.h' timer
Philippe Mathieu-Daudé
1
-1
/
+0
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
1
-1
/
+0
2023-02-02
cpu-exec: assert that plugin_mem_cbs is NULL after execution
Emilio Cota
1
-0
/
+2
2023-02-02
cpu: free cpu->tb_jmp_cache with RCU
Emilio Cota
1
-2
/
+1
2023-01-17
tcg: Remove TCG_TARGET_HAS_direct_jump
Richard Henderson
1
-12
/
+11
2023-01-17
tcg: Change tb_target_set_jmp_target arguments
Richard Henderson
1
-3
/
+8
2023-01-17
tcg: Add TranslationBlock.jmp_insn_offset
Richard Henderson
1
-3
/
+2
2023-01-16
accel/tcg: Split out cpu_exec_{setjmp,loop}
Richard Henderson
1
-57
/
+54
2022-11-01
accel/tcg: Complete cpu initialization before registration
Richard Henderson
1
-3
/
+5
2022-10-26
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
1
-4
/
+5
2022-10-26
accel/tcg: Add a quicker check for breakpoints
Leandro Lupori
1
-6
/
+9
2022-10-04
accel/tcg: Introduce TARGET_TB_PCREL
Richard Henderson
1
-6
/
+10
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
1
-21
/
+25
2022-10-04
include/hw/core: Create struct CPUJumpCache
Richard Henderson
1
-3
/
+7
2022-10-04
accel/tcg: Do not align tb->page_addr[0]
Richard Henderson
1
-8
/
+8
2022-09-06
accel/tcg: Document the faulting lookup in tb_lookup_cmp
Richard Henderson
1
-1
/
+10
2022-09-06
accel/tcg: Make tb_htable_lookup static
Richard Henderson
1
-61
/
+61
2022-09-06
accel/tcg: Unlock mmap_lock after longjmp
Richard Henderson
1
-6
/
+6
2022-06-11
accel/tcg: Inline dump_opcount_info() and remove it
Bernhard Beschow
1
-1
/
+1
2022-06-11
accel/tcg/cpu-exec: Unexport dump_drift_info()
Bernhard Beschow
1
-1
/
+1
2022-04-20
accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlock
Richard Henderson
1
-1
/
+1
[next]