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
/
accel
/
tcg
/
cpu-exec.c
Age
Commit message (
Expand
)
Author
2024-07-23
accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.h
Richard Henderson
2024-07-16
accel/tcg: Make cpu_exec_interrupt hook mandatory
Peter Maydell
2024-07-11
accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatory
Peter Maydell
2024-05-30
accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to halt
Peter Maydell
2024-05-07
Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2024-05-06
accel/tcg: Introduce CF_BP_PAGE
Richard Henderson
2024-05-06
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
2024-05-06
accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb()
Philippe Mathieu-Daudé
2024-04-26
accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'
Philippe Mathieu-Daudé
2024-03-12
bulk: Call in place single use cpu_env()
Philippe Mathieu-Daudé
2024-02-29
accel/tcg: Set can_do_io at at start of lookup_tb_ptr helper
Peter Maydell
2024-01-29
target/i386: Extract x86_cpu_exec_halt() from accel/tcg/
Philippe Mathieu-Daudé
2024-01-29
accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler
Philippe Mathieu-Daudé
2024-01-29
accel/tcg: Inline need_replay_interrupt
Richard Henderson
2024-01-29
target/i386: Extract x86_need_replay_interrupt() from accel/tcg/
Philippe Mathieu-Daudé
2024-01-29
accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler
Philippe Mathieu-Daudé
2024-01-29
accel/tcg: Use CPUState.cc instead of CPU_GET_CLASS in cpu-exec.c
Richard Henderson
2024-01-29
accel/tcg: Un-inline icount_exit_request() for clarity
Philippe Mathieu-Daudé
2024-01-29
accel/tcg/cpu-exec: Use RCU_READ_LOCK_GUARD
Philippe Mathieu-Daudé
2024-01-29
cpu-exec: simplify jump cache management
Paolo Bonzini
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-11-14
accel/tcg: Remove CF_LAST_IO
Richard Henderson
2023-10-04
accel/tcg: Make monitor.c a target-agnostic unit
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-03
accel/tcg: Remove cpu_neg()
Richard Henderson
2023-10-03
accel/tcg: Move can_do_io to CPUNegativeOffsetState
Richard Henderson
2023-10-03
accel/tcg: Have tcg_exec_realizefn() return a boolean
Philippe Mathieu-Daudé
2023-09-28
accel/tcg: Always set CF_LAST_IO with CF_NOIRQ
Richard Henderson
2023-07-17
accel/tcg: Zero-pad PC in TCG CPU exec trace lines
Peter Maydell
2023-07-15
accel/tcg: Always lock pages before translation
Richard Henderson
2023-07-15
accel/tcg: Split out cpu_exec_longjmp_cleanup
Richard Henderson
2023-06-26
accel/tcg/cpu-exec.c: Widen pc to vaddr
Anton Johansson
2023-06-26
target: Widen pc/cs_base in cpu_get_tb_cpu_state
Anton Johansson
2023-06-20
accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' header
Philippe Mathieu-Daudé
2023-06-20
accel/tcg: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
2023-06-13
util/log: Add vector registers to log
Ivan Klokov
2023-06-06
atomics: eliminate mb_read/mb_set
Paolo Bonzini
2023-06-05
exec-all: Widen TranslationBlock pc and cs_base to 64-bits
Richard Henderson
2023-06-01
accel/tcg: include cs_base in our hash calculations
Alex Bennée
2023-06-01
tcg: remove the final vestiges of dstate
Alex Bennée
2023-05-23
tcg: Remove DEBUG_DISAS
Richard Henderson
2023-05-02
accel/tcg: Use one_insn_per_tb global instead of old singlestep global
Peter Maydell
2023-04-04
accel/tcg: Fix jump cache set in cpu_exec_loop
Richard Henderson
2023-03-22
tcg: Clear plugin_mem_cbs on TB exit
Richard Henderson
2023-03-01
accel/tcg: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
accel/tcg: Move jmp-cache `CF_PCREL` checks to caller
Anton Johansson
2023-03-01
accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-02-27
replay: Extract core API to 'exec/replay-core.h'
Philippe Mathieu-Daudé
2023-02-27
accel/tcg: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
[next]