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
/
exec
/
cpu_ldst_useronly_template.h
Age
Commit message (
Expand
)
Author
2020-01-15
cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c
Richard Henderson
2020-01-15
cputlb: Use trace_mem_get_info instead of trace_mem_build_info
Richard Henderson
2019-10-28
tcg: let plugins instrument virtual memory accesses
Emilio G. Cota
2019-10-28
trace: add mmu_index to mem_info
Alex Bennée
2019-07-14
tcg: Release mmap_lock on translation fault
Richard Henderson
2019-07-14
tcg: Remove duplicate #if !defined(CODE_ACCESS)
Richard Henderson
2019-07-14
tcg: Remove cpu_ld*_code_ra
Richard Henderson
2019-07-14
tcg: Introduce set/clear_helper_retaddr
Richard Henderson
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2018-08-17
linux-user: fix 32bit g2h()/h2g()
Laurent Vivier
2018-06-27
trace: fix misreporting of TCG access sizes for user-space
Emilio G. Cota
2017-11-15
tcg: Record code_gen_buffer address for user-only memory helpers
Richard Henderson
2017-01-31
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
2016-06-20
trace: [all] Add "guest_mem_before" event
Lluís Vilanova
2015-09-11
softmmu: add helper function to pass through retaddr
Pavel Dovgalyuk
2015-01-20
cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessors
Peter Maydell