Re: [Qemu-devel] [PATCH 05/11] lm32_uart: convert to memory API

2011-11-22 Thread Avi Kivity
On 11/22/2011 04:23 PM, Benoît Canet wrote: > Signed-off-by: Benoît Canet > --- > hw/lm32_uart.c | 32 > 1 files changed, 16 insertions(+), 16 deletions(-) > > diff --git a/hw/lm32_uart.c b/hw/lm32_uart.c > index 3678545..5701c88 100644 > --- a/hw/lm32_uart.c >

[Qemu-devel] [PATCH 05/11] lm32_uart: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/lm32_uart.c | 32 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/hw/lm32_uart.c b/hw/lm32_uart.c index 3678545..5701c88 100644 --- a/hw/lm32_uart.c +++ b/hw/lm32_uart.c @@ -27,6 +27,7 @@ #include "trace.h" #