index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
/
cpu_ldst_template.h
Age
Commit message (
Expand
)
Author
2020-01-15
cputlb: Expand cpu_ldst_template.h in cputlb.c
Richard Henderson
2020-01-15
cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code
Richard Henderson
2020-01-15
cputlb: Move body of cpu_ldst_template.h out of line
Richard Henderson
2020-01-15
cputlb: Use trace_mem_get_info instead of trace_mem_build_info
Richard Henderson
2019-10-28
cputlb: ensure _cmmu helper functions follow the naming standard
Alex Bennée
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-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2018-10-18
cputlb: read CPUTLBEntry.addr_write atomically
Emilio G. Cota
2018-10-18
tcg: Add tlb_index and tlb_entry 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_template.h: Drop unused cpu_ldfq/stfq/ldfl/stfl accessors
Peter Maydell
2015-01-20
cpu_ldst_template.h: Use ld*_p directly rather than via ld*_raw macros
Peter Maydell
2014-06-05
softmmu: move all load/store functions to cpu_ldst.h
Paolo Bonzini