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
/
include
/
hw
/
core
/
tcg-cpu-ops.h
Age
Commit message (
Expand
)
Author
2023-08-31
accel/tcg: spelling fixes
Michael Tokarev
2023-06-20
hw/core/cpu: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
2023-03-28
softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
Philippe Mathieu-Daudé
2022-10-26
accel/tcg: Add restore_state_to_opc to TCGCPUOps
Richard Henderson
2022-04-22
hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()
Bin Meng
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2021-11-02
hw/core: Add TCGCPUOps.record_sigbus
Richard Henderson
2021-11-02
accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu
Richard Henderson
2021-11-02
hw/core: Add TCGCPUOps.record_sigsegv
Richard Henderson
2021-09-21
hw/core: Make do_unaligned_access noreturn
Richard Henderson
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-21
hw/core: Introduce TCGCPUOps.debug_check_breakpoint
Richard Henderson
2021-02-18
accel/tcg: Create io_recompile_replay_branch hook
Richard Henderson
2021-02-18
exec: Move TranslationBlock typedef to qemu/typedefs.h
Richard Henderson
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana