summary refs log tree commit diff stats
path: root/include/exec/memory_ldst_phys.inc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* meson: rename .inc.h files to .h.incPaolo Bonzini2020-08-211-147/+0
| | | | | | Make it consistent with '.c.inc' and '.rst.inc'. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* exec: move memory access declarations to a common header, inline *_phys ↵Paolo Bonzini2018-05-091-0/+147
functions For now, this reduces the text size very slightly due to the newly-added inlining: text size before: 9301965 text size after: 9300645 Later, however, the declarations in include/exec/memory_ldst.inc.h will be reused for the MemoryRegionCache slow path functions. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>