Re: [Qemu-devel] [PATCH 13/16] Direct dispatch through MemoryRegion

2012-01-06 Thread Andreas Färber
Am 02.01.2012 17:33, schrieb Avi Kivity: > 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 > diff --git a/mem

[Qemu-devel] [PATCH 13/16] Direct dispatch through MemoryRegion

2012-01-02 Thread Avi Kivity
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 --- exec-all.h |4 +- exec-obsolete.h |5 +- exec.c