]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
Direct dispatch through MemoryRegion
authorAvi Kivity <avi@redhat.com>
Mon, 2 Jan 2012 11:12:08 +0000 (13:12 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 4 Jan 2012 11:34:50 +0000 (13:34 +0200)
commita621f38de85598a13d8d8524d1a94fc6a1818215
tree1b72656e5b100a967a0c1f399287c27d84d62a39
parent1ec9b909ff207a44d5ef2609cb4a2e3d449d485f
Direct dispatch through MemoryRegion

Now that all mmio goes through MemoryRegions, we can convert
io_mem_opaque to be a MemoryRegion pointer, and remove the thunks
that convert from old-style CPU{Read,Write}MemoryFunc to MemoryRegionOps.

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