index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
cpu-exec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'
Philippe Mathieu-Daudé
2024-04-26
1
-0
/
+3
*
bulk: Call in place single use cpu_env()
Philippe Mathieu-Daudé
2024-03-12
1
-2
/
+1
*
accel/tcg: Set can_do_io at at start of lookup_tb_ptr helper
Peter Maydell
2024-02-29
1
-0
/
+8
*
target/i386: Extract x86_cpu_exec_halt() from accel/tcg/
Philippe Mathieu-Daudé
2024-01-29
1
-12
/
+0
*
accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler
Philippe Mathieu-Daudé
2024-01-29
1
-0
/
+5
*
accel/tcg: Inline need_replay_interrupt
Richard Henderson
2024-01-29
1
-15
/
+2
*
target/i386: Extract x86_need_replay_interrupt() from accel/tcg/
Philippe Mathieu-Daudé
2024-01-29
1
-4
/
+0
*
accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler
Philippe Mathieu-Daudé
2024-01-29
1
-3
/
+5
*
accel/tcg: Use CPUState.cc instead of CPU_GET_CLASS in cpu-exec.c
Richard Henderson
2024-01-29
1
-49
/
+52
*
accel/tcg: Un-inline icount_exit_request() for clarity
Philippe Mathieu-Daudé
2024-01-29
1
-4
/
+12
*
accel/tcg/cpu-exec: Use RCU_READ_LOCK_GUARD
Philippe Mathieu-Daudé
2024-01-29
1
-3
/
+1
*
cpu-exec: simplify jump cache management
Paolo Bonzini
2024-01-29
1
-43
/
+23
*
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-08
1
-13
/
+13
*
accel/tcg: Remove CF_LAST_IO
Richard Henderson
2023-11-14
1
-1
/
+1
*
accel/tcg: Make monitor.c a target-agnostic unit
Philippe Mathieu-Daudé
2023-10-04
1
-0
/
+1
*
accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
Philippe Mathieu-Daudé
2023-10-04
1
-1
/
+1
*
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
1
-4
/
+4
*
accel/tcg: Remove cpu_neg()
Richard Henderson
2023-10-03
1
-7
/
+7
*
accel/tcg: Move can_do_io to CPUNegativeOffsetState
Richard Henderson
2023-10-03
1
-1
/
+1
*
accel/tcg: Have tcg_exec_realizefn() return a boolean
Philippe Mathieu-Daudé
2023-10-03
1
-1
/
+3
*
accel/tcg: Always set CF_LAST_IO with CF_NOIRQ
Richard Henderson
2023-09-28
1
-1
/
+1
*
accel/tcg: Zero-pad PC in TCG CPU exec trace lines
Peter Maydell
2023-07-17
1
-2
/
+2
*
accel/tcg: Always lock pages before translation
Richard Henderson
2023-07-15
1
-0
/
+20
*
accel/tcg: Split out cpu_exec_longjmp_cleanup
Richard Henderson
2023-07-15
1
-24
/
+19
*
accel/tcg/cpu-exec.c: Widen pc to vaddr
Anton Johansson
2023-06-26
1
-17
/
+17
*
target: Widen pc/cs_base in cpu_get_tb_cpu_state
Anton Johansson
2023-06-26
1
-3
/
+6
*
accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' header
Philippe Mathieu-Daudé
2023-06-20
1
-1
/
+1
*
accel/tcg: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
2023-06-20
1
-2
/
+2
*
util/log: Add vector registers to log
Ivan Klokov
2023-06-13
1
-0
/
+3
*
atomics: eliminate mb_read/mb_set
Paolo Bonzini
2023-06-06
1
-1
/
+1
*
exec-all: Widen TranslationBlock pc and cs_base to 64-bits
Richard Henderson
2023-06-05
1
-1
/
+1
*
accel/tcg: include cs_base in our hash calculations
Alex Bennée
2023-06-01
1
-1
/
+1
*
tcg: remove the final vestiges of dstate
Alex Bennée
2023-06-01
1
-6
/
+1
*
tcg: Remove DEBUG_DISAS
Richard Henderson
2023-05-23
1
-2
/
+0
*
accel/tcg: Use one_insn_per_tb global instead of old singlestep global
Peter Maydell
2023-05-02
1
-1
/
+1
*
accel/tcg: Fix jump cache set in cpu_exec_loop
Richard Henderson
2023-04-04
1
-4
/
+13
*
tcg: Clear plugin_mem_cbs on TB exit
Richard Henderson
2023-03-22
1
-4
/
+1
*
accel/tcg: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
1
-3
/
+3
*
accel/tcg: Move jmp-cache `CF_PCREL` checks to caller
Anton Johansson
2023-03-01
1
-15
/
+41
*
accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
1
-4
/
+4
*
replay: Extract core API to 'exec/replay-core.h'
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+1
*
accel/tcg: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
2023-02-27
1
-86
/
+2
*
exec: Remove unused 'qemu/timer.h' timer
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+0
*
Don't include headers already included by qemu/osdep.h
Markus Armbruster
2023-02-08
1
-1
/
+0
*
cpu-exec: assert that plugin_mem_cbs is NULL after execution
Emilio Cota
2023-02-02
1
-0
/
+2
*
cpu: free cpu->tb_jmp_cache with RCU
Emilio Cota
2023-02-02
1
-2
/
+1
*
tcg: Remove TCG_TARGET_HAS_direct_jump
Richard Henderson
2023-01-17
1
-12
/
+11
*
tcg: Change tb_target_set_jmp_target arguments
Richard Henderson
2023-01-17
1
-3
/
+8
*
tcg: Add TranslationBlock.jmp_insn_offset
Richard Henderson
2023-01-17
1
-3
/
+2
*
accel/tcg: Split out cpu_exec_{setjmp,loop}
Richard Henderson
2023-01-16
1
-57
/
+54
[next]