]> git.ipfire.org Git - thirdparty/qemu.git/commit - qemu-options.hx
Add Nios II semihosting support.
authorSandra Loosemore <sandra@codesourcery.com>
Wed, 3 Apr 2019 19:53:05 +0000 (13:53 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 29 Apr 2019 15:09:51 +0000 (16:09 +0100)
commit413a99a92c13ec408dcf2adaa87918dc81e890c8
tree464dba82fd644eea860bd991c4c1dc9f15b1a15a
parented960ba90549aca1735df128c6b454fe0a5dec2a
Add Nios II semihosting support.

This patch adds support for libgloss semihosting to Nios II bare-metal
emulation.  The specification for the protocol can be found in the
libgloss sources.

Signed-off-by: Sandra Loosemore <sandra@codesourcery.com>
Signed-off-by: Julian Brown <julian@codesourcery.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1554321185-2825-3-git-send-email-sandra@codesourcery.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
qemu-options.hx
target/nios2/Makefile.objs
target/nios2/cpu.h
target/nios2/helper.c
target/nios2/nios2-semi.c [new file with mode: 0644]