Re: [Qemu-devel] [PATCH V2 0/9] pxa2xx: memory API conversions

2011-10-30 Thread Avi Kivity
On 10/30/2011 03:50 PM, Benoît Canet wrote: > Convert most of pxa2xx peripheral to memory API. Thanks, applied to memory/queue. > pxa2xx_dma.c was left intact because it use > cpu_physical_memory_read/write internally and seems special. > It's actually not special, and unrelated to the memory AP

[Qemu-devel] [PATCH V2 0/9] pxa2xx: memory API conversions

2011-10-30 Thread Benoît Canet
Convert most of pxa2xx peripheral to memory API. pxa2xx_dma.c was left intact because it use cpu_physical_memory_read/write internally and seems special. In this version : Remove abusive usage of get_system_memory() Fix MemoryRegion names Benoît Canet (9): pxa2xx_gpio: convert to memory API