Re: [Qemu-devel] [PATCH V3 6/8] hw/dma.c: replace register_ioport*

2012-04-08 Thread Avi Kivity
On 04/05/2012 06:33 PM, Julien Grall wrote: > This patch replaces all register_ioport* be the new memory API functions. > It permits to use the new Memory stuff like listener. > > enum { > @@ -149,7 +151,7 @@ static inline int getff (struct dma_cont *d) > return ff; > } > > -static uint32_

Re: [Qemu-devel] [PATCH V3 6/8] hw/dma.c: replace register_ioport*

2012-04-08 Thread Avi Kivity
On 04/05/2012 06:33 PM, Julien Grall wrote: > This patch replaces all register_ioport* be the new memory API functions. > It permits to use the new Memory stuff like listener. I see /home/tlv/akivity/qemu/hw/dma.c:483:5: error: initialization from incompatible pointer type [-Werror] /home/tlv/aki

[Qemu-devel] [PATCH V3 6/8] hw/dma.c: replace register_ioport*

2012-04-05 Thread Julien Grall
This patch replaces all register_ioport* be the new memory API functions. It permits to use the new Memory stuff like listener. Signed-off-by: Julien Grall --- hw/dma.c | 84 - 1 files changed, 60 insertions(+), 24 deletions(-) diff