-
Avi Kivity authored
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>Avi Kivity authoredNow 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>
Loading