summaryrefslogtreecommitdiffstats
path: root/include/exec/cpu-defs.h
diff options
context:
space:
mode:
authorPeter Maydell2015-04-26 17:49:23 +0200
committerPeter Maydell2015-04-26 17:49:23 +0200
commit3b6434953934e6d4a776ed426d8c6d6badee176f (patch)
tree0c2afed915cf5687dd0be64cc9042475c34cfc9e /include/exec/cpu-defs.h
parentmemory: Define API for MemoryRegionOps to take attrs and return status (diff)
downloadqemu-3b6434953934e6d4a776ed426d8c6d6badee176f.tar.gz
qemu-3b6434953934e6d4a776ed426d8c6d6badee176f.tar.xz
qemu-3b6434953934e6d4a776ed426d8c6d6badee176f.zip
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Rather than retaining io_mem_read/write as simple wrappers around the memory_region_dispatch_read/write functions, make the latter public and change all the callers to use them, since we need to touch all the callsites anyway to add MemTxAttrs and MemTxResult support. Delete io_mem_read and io_mem_write entirely. (All the callers currently pass MEMTXATTRS_UNSPECIFIED and convert the return value back to bool or ignore it.) Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'include/exec/cpu-defs.h')
0 files changed, 0 insertions, 0 deletions