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
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é
2023-02-27
exec: Remove unused 'qemu/timer.h' timer
Philippe Mathieu-Daudé
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
2023-02-02
cpu-exec: assert that plugin_mem_cbs is NULL after execution
Emilio Cota
2023-02-02
cpu: free cpu->tb_jmp_cache with RCU
Emilio Cota
2023-01-17
tcg: Remove TCG_TARGET_HAS_direct_jump
Richard Henderson
2023-01-17
tcg: Change tb_target_set_jmp_target arguments
Richard Henderson
2023-01-17
tcg: Add TranslationBlock.jmp_insn_offset
Richard Henderson
2023-01-16
accel/tcg: Split out cpu_exec_{setjmp,loop}
Richard Henderson
2022-11-01
accel/tcg: Complete cpu initialization before registration
Richard Henderson
2022-10-26
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
2022-10-26
accel/tcg: Add a quicker check for breakpoints
Leandro Lupori
2022-10-04
accel/tcg: Introduce TARGET_TB_PCREL
Richard Henderson
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-10-04
include/hw/core: Create struct CPUJumpCache
Richard Henderson
2022-10-04
accel/tcg: Do not align tb->page_addr[0]
Richard Henderson
2022-09-06
accel/tcg: Document the faulting lookup in tb_lookup_cmp
Richard Henderson
2022-09-06
accel/tcg: Make tb_htable_lookup static
Richard Henderson
2022-09-06
accel/tcg: Unlock mmap_lock after longjmp
Richard Henderson
2022-06-11
accel/tcg: Inline dump_opcount_info() and remove it
Bernhard Beschow
2022-06-11
accel/tcg/cpu-exec: Unexport dump_drift_info()
Bernhard Beschow
2022-04-20
accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlock
Richard Henderson
2022-04-20
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
2022-04-20
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-03-06
accel/tcg: Remove pointless CPUArchState casts
Philippe Mathieu-Daudé
2022-02-28
accel/tcg/cpu-exec: Fix precise single-stepping after interrupt
Luc Michel
2022-02-09
replay: use CF_NOIRQ for special exception-replaying TB
Pavel Dovgalyuk
2022-01-18
monitor: move x-query-profile into accel/tcg to fix build
Alex Bennée
2021-11-29
accel/tcg: suppress IRQ check for special TBs
Alex Bennée
2021-11-03
Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...
Richard Henderson
2021-11-02
qapi: introduce x-query-opcount QMP command
Daniel P. Berrangé
2021-11-02
qapi: introduce x-query-jit QMP command
Daniel P. Berrangé
2021-10-30
accel/tcg: Move clear_helper_retaddr to cpu loop
Richard Henderson
2021-10-15
accel/tcg: Handle gdb singlestep in cpu_tb_exec
Richard Henderson
2021-09-21
accel/tcg: Restrict cpu_handle_halt() to sysemu
Philippe Mathieu-Daudé
2021-09-14
accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemu
Philippe Mathieu-Daudé
2021-09-14
accel/tcg: Rename user-mode do_interrupt hack as fake_user_interrupt
Philippe Mathieu-Daudé
2021-07-26
accel/tcg: Remove unused variable in cpu_exec
Richard Henderson
2021-07-26
accel/tcg: Remove unnecessary check on icount_extra in cpu_loop_exec_tb()
Peter Maydell
2021-07-26
accel/tcg: Don't use CF_COUNT_MASK as the max value of icount_decr.u16.low
Peter Maydell
2021-07-21
accel/tcg: Record singlestep_enabled in tb->cflags
Richard Henderson
2021-07-21
accel/tcg: Move breakpoint recognition outside translation
Richard Henderson
[next]