Re: [Qemu-devel] [PATCH v6 2/2] Add Nios II semihosting support.

2019-03-26 Thread Peter Maydell
On Thu, 21 Mar 2019 at 18:40, Sandra Loosemore wrote: > > 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 > Signed-off-by: Julian Brown > --- /dev/

[Qemu-devel] [PATCH v6 2/2] Add Nios II semihosting support.

2019-03-21 Thread Sandra Loosemore
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 Signed-off-by: Julian Brown --- qemu-options.hx| 8 +- target/nios2/Makefile.objs | 2 +- t