Re: [Qemu-devel] [PATCH 0/9] Convert serial_mm_init to MemoryRegion

2011-08-14 Thread Avi Kivity
On 08/11/2011 04:07 PM, Richard Henderson wrote: The last patch set converted the serial i/o path; this patch set converts the serial mmio path. Intermediate patches increase the use of get_system_memory(), and later patches reduce those uses again. In all but one case in the end we use the add

[Qemu-devel] [PATCH 0/9] Convert serial_mm_init to MemoryRegion

2011-08-11 Thread Richard Henderson
The last patch set converted the serial i/o path; this patch set converts the serial mmio path. Intermediate patches increase the use of get_system_memory(), and later patches reduce those uses again. In all but one case in the end we use the address_space_mem parameter from the original board in