aboutsummaryrefslogtreecommitdiff
path: root/memory_ldst.inc.c
AgeCommit message (Expand)Author
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen
2019-09-03exec: Hard code size with MO_{8|16|32|64}Tony Nguyen
2019-09-03exec: Access MemoryRegion with MemOpTony Nguyen
2018-06-28exec: Fix MAP_RAM for cached accessEric Auger
2018-05-31Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell
2018-05-09exec: move memory access declarations to a common header, inline *_phys funct...Paolo Bonzini
2016-12-22exec: introduce memory_ldst.inc.cPaolo Bonzini