Re: [Qemu-devel] [PATCH pic32 v3 11/16] pic32: add file pic32_uart.c

2015-07-06 Thread Peter Crosthwaite
On Sun, Jul 5, 2015 at 11:14 PM, Serge Vakulenko wrote: > Implement pic32 UART peripheral interface. > > Signed-off-by: Serge Vakulenko > --- > hw/mips/pic32_uart.c | 228 > +++ > 1 file changed, 228 insertions(+) > create mode 100644 hw/mips/pic

[Qemu-devel] [PATCH pic32 v3 11/16] pic32: add file pic32_uart.c

2015-07-05 Thread Serge Vakulenko
Implement pic32 UART peripheral interface. Signed-off-by: Serge Vakulenko --- hw/mips/pic32_uart.c | 228 +++ 1 file changed, 228 insertions(+) create mode 100644 hw/mips/pic32_uart.c diff --git a/hw/mips/pic32_uart.c b/hw/mips/pic32_uart.c new f