Re: [Qemu-devel] [PATCH] Memory API conversion for serial.c (Memory mapped interface)

2011-08-29 Thread Fabien Chouteau
On 29/08/2011 17:23, Avi Kivity wrote: > On 08/29/2011 06:15 PM, Fabien Chouteau wrote: >> This patch converts the memory mapped interface of serial.c to the new memory >> API. >> > > There has already been done by Richard, it's in the memory/queue branch of > git://git.kernel.org/pub/scm/virt/kv

Re: [Qemu-devel] [PATCH] Memory API conversion for serial.c (Memory mapped interface)

2011-08-29 Thread Avi Kivity
On 08/29/2011 06:15 PM, Fabien Chouteau wrote: This patch converts the memory mapped interface of serial.c to the new memory API. There has already been done by Richard, it's in the memory/queue branch of git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git. Please base patches off git://

[Qemu-devel] [PATCH] Memory API conversion for serial.c (Memory mapped interface)

2011-08-29 Thread Fabien Chouteau
This patch converts the memory mapped interface of serial.c to the new memory API. Signed-off-by: Fabien Chouteau --- hw/mips_jazz.c | 12 +++-- hw/mips_malta.c |7 ++- hw/musicpal.c| 17 --- hw/omap_uart.c | 11 +++-- hw/pc.h