Re: [Qemu-devel] [PATCH] nios2: Add Altera JTAG UART emulation

2017-02-12 Thread Bystricky, Juro
> Subject should contain [PATCH v5] ... mea culpa, to my defense I did specify --subject-prefix="PATCH v5" but did not realize "git send-email file.patch" seems to ignore it Normally I do something like this (which works fine): "git send-email -1 --subject-prefix="PATCH v5" [...] > > +

Re: [Qemu-devel] [PATCH] nios2: Add Altera JTAG UART emulation

2017-02-12 Thread Marek Vasut
On 02/12/2017 07:55 PM, Juro Bystricky wrote: Subject should contain [PATCH v5] ... > Add the Altera JTAG UART model. > > Hardware emulation based on: > https://www.altera.com/en_US/pdfs/literature/ug/ug_embedded_ip.pdf > (Please see "Register Map" on page 65) [...] > +static void altera_juart

[Qemu-devel] [PATCH] nios2: Add Altera JTAG UART emulation

2017-02-12 Thread Juro Bystricky
Add the Altera JTAG UART model. Hardware emulation based on: https://www.altera.com/en_US/pdfs/literature/ug/ug_embedded_ip.pdf (Please see "Register Map" on page 65) Signed-off-by: Juro Bystricky --- V2: - Removed link to hw specs(checkpatch: line over 90 characters) V3: - New link to do hw spe

Re: [Qemu-devel] [PATCH] nios2: Add Altera JTAG UART emulation

2017-02-08 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH] nios2: Add Altera JTAG UART emulation Type: series Message-id: 1486589255-24577-1-git-send-email-juro.bystri...@intel.com === TEST SCRIPT BEGIN === #!/bin/bash BASE

[Qemu-devel] [PATCH] nios2: Add Altera JTAG UART emulation

2017-02-08 Thread Juro Bystricky
Hardware emulation based on: https://www.altera.com/en_US/pdfs/literature/ug/ug_embedded_ip.pdf Signed-off-by: Juro Bystricky --- default-configs/nios2-softmmu.mak | 1 + hw/char/Makefile.objs | 1 + hw/char/altera_juart.c| 267 ++