]> git.proxmox.com Git - qemu.git/commit - memory.c
memory: move mmio access to functions
authorAvi Kivity <avi@redhat.com>
Mon, 21 Nov 2011 10:27:03 +0000 (12:27 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 4 Jan 2012 11:34:49 +0000 (13:34 +0200)
commitacbbec5d438dcf04234519bac53e1f5263572d76
tree3ea3252affc27c0c6c8818c45e94374724411f44
parentf1f6e3b86e0a73e0946f27ecb2b0a86e4665501c
memory: move mmio access to functions

Currently mmio access goes directly to the io_mem_{read,write} arrays.
In preparation for eliminating them, add indirection via a function.

Signed-off-by: Avi Kivity <avi@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
exec-all.h
exec.c
memory.c
softmmu_template.h