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
/
user-exec.c
Age
Commit message (
Expand
)
Author
2021-11-02
tcg: Add helper_unaligned_{ld,st} for user-only sigbus
Richard Henderson
2021-11-02
accel/tcg: Report unaligned load/store for user-only
Richard Henderson
2021-11-02
accel/tcg: Report unaligned atomics for user-only
Richard Henderson
2021-11-02
linux-user: Add cpu_loop_exit_sigsegv
Richard Henderson
2021-11-02
linux-user/host/riscv: Populate host_signal.h
Richard Henderson
2021-11-02
linux-user/host/mips: Populate host_signal.h
Richard Henderson
2021-11-02
linux-user/host/s390: Populate host_signal.h
Richard Henderson
2021-11-02
linux-user/host/aarch64: Populate host_signal.h
Richard Henderson
2021-11-02
linux-user/host/arm: Populate host_signal.h
Richard Henderson
2021-11-02
linux-user/host/sparc: Populate host_signal.h
Richard Henderson
2021-11-02
linux-user/host/alpha: Populate host_signal.h
Richard Henderson
2021-11-02
linux-user/host/ppc: Populate host_signal.h
Richard Henderson
2021-11-02
linux-user/host/x86: Populate host_signal.h
Richard Henderson
2021-10-30
accel/tcg: Fold cpu_exit_tb_from_sighandler into caller
Richard Henderson
2021-10-30
accel/tcg: Split out handle_sigsegv_accerr_write
Richard Henderson
2021-10-30
accel/tcg: Move clear_helper_retaddr to cpu loop
Richard Henderson
2021-10-30
accel/tcg: Split out adjust_signal_pc
Richard Henderson
2021-10-13
accel/tcg: Add cpu_{ld,st}*_mmu interfaces
Richard Henderson
2021-10-05
trace: Split guest_mem_before
Richard Henderson
2021-10-05
plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
Richard Henderson
2021-10-05
trace/mem: Pass MemOpIdx to trace_mem_get_info
Richard Henderson
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
2021-10-05
accel/tcg: Drop signness in tracing in cputlb.c
Richard Henderson
2021-09-14
accel/tcg/user-exec: Fix read-modify-write of code on s390 hosts
Ilya Leoshkevich
2021-07-21
accel/tcg: Expand ATOMIC_MMU_LOOKUP_*
Richard Henderson
2021-07-21
accel/tcg: Remove ATOMIC_MMU_DECLS
Richard Henderson
2021-07-21
accel/tcg: Fold EXTRA_ARGS into atomic_template.h
Richard Henderson
2021-07-21
accel/tcg: Standardize atomic helpers on softmmu api
Richard Henderson
2021-07-21
tcg: Rename helper_atomic_*_mmu and provide for user-only
Richard Henderson
2021-06-29
tcg: Use correct trap number for page faults on *BSD systems
Warner Losh
2021-06-19
accel/tcg: Probe the proper permissions for atomic ops
Richard Henderson
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-02-16
exec: Rename guest_{addr,range}_valid to *_untagged
Richard Henderson
2021-02-16
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
cpu: move debug_check_watchpoint to tcg_ops
Claudio Fontana
2021-02-05
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-01-02
remove TCG includes from common code
Paolo Bonzini
2020-12-18
accel/tcg/user-exec: silence the compiler warnings
Chen Qun
2020-10-08
accel/tcg: Fix computing of is_write for MIPS
Kele Huang
2020-09-17
qemu/: fix some comment spelling errors
zhaolichang
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-06-02
accel/tcg: Provide a NetBSD specific aarch64 cpu_signal_handler
Nick Hudson
2020-06-02
accel/tcg: Adjust cpu_signal_handler for NetBSD/arm
Nick Hudson
2020-05-11
accel/tcg: Add endian-specific cpu_{ld, st}* operations
Richard Henderson
2020-05-11
accel/tcg: Add probe_access_flags
Richard Henderson
2020-05-11
accel/tcg: Adjust probe_access call to page_check_range
Richard Henderson
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2020-01-15
cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c
Richard Henderson
[next]