commit | acbbec5d438dcf04234519bac53e1f5263572d76 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Nov 21 12:27:03 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 04 13:34:49 2012 +0200 |
tree | 3ea3252affc27c0c6c8818c45e94374724411f44 | |
parent | f1f6e3b86e0a73e0946f27ecb2b0a86e4665501c [diff] |
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>