[PATCH] tests/plugin/syscall.c: fix compiler warnings

2021-11-27 Thread Juro Bystricky
); ^~~~ ../tests/plugin/syscall.c:73:27: note: ‘out’ was declared here g_autofree gchar *out; ^~~ cc1: all warnings being treated as errors Signed-off-by: Juro Bystricky --- tests/plugin/syscall.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions

[Qemu-devel] [PATCH v6] 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 lin

[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 lin

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

2017-02-09 Thread Juro Bystricky
JTAG UART core eliminates the need for a separate RS-232 serial connection to a host PC for character I/O. 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 --- defau

[Qemu-devel] [PATCH v3 1/1] 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| 268

[Qemu-devel] [PATCH v3 0/1] nios2: Add Altera JTAG UART emulation

2017-02-08 Thread Juro Bystricky
v3: including a link to HW registers specs Juro Bystricky (1): nios2: Add Altera JTAG UART emulation default-configs/nios2-softmmu.mak | 1 + hw/char/Makefile.objs | 1 + hw/char/altera_juart.c| 268 ++ include/hw/char

[Qemu-devel] [PATCH v2 1/1] 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| 265

[Qemu-devel] [PATCH v2 0/1] Nios2: Altera JATAG UART

2017-02-08 Thread Juro Bystricky
Second version, had to remove a long web link (over 90 chars). Juro Bystricky (1): nios2: Add Altera JTAG UART emulation default-configs/nios2-softmmu.mak | 1 + hw/char/Makefile.objs | 1 + hw/char/altera_juart.c| 265

[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