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

Juro Bystricky posted 1 patch 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1486595166-34097-1-git-send-email-juro.bystricky@intel.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
default-configs/nios2-softmmu.mak |   1 +
hw/char/Makefile.objs             |   1 +
hw/char/altera_juart.c            | 268 ++++++++++++++++++++++++++++++++++++++
include/hw/char/altera_juart.h    |  44 +++++++
4 files changed, 314 insertions(+)
create mode 100644 hw/char/altera_juart.c
create mode 100644 include/hw/char/altera_juart.h
[Qemu-devel] [PATCH v3 0/1] nios2: Add Altera JTAG UART emulation
Posted by Juro Bystricky 7 years, 1 month ago
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/altera_juart.h    |  44 +++++++
 4 files changed, 314 insertions(+)
 create mode 100644 hw/char/altera_juart.c
 create mode 100644 include/hw/char/altera_juart.h

-- 
2.7.4