Re: [PATCH v2 3/5] semihosting: add qemu_semihosting_console_inc for SYS_READC

2019-12-28 Thread Richard Henderson
On 12/21/19 12:22 AM, Alex Bennée wrote: > From: Keith Packard > > Provides a blocking call to read a character from the console using > semihosting.chardev, if specified. This takes some careful command > line options to use stdio successfully as the serial ports, monitor > and semihost all want

[PATCH v2 3/5] semihosting: add qemu_semihosting_console_inc for SYS_READC

2019-12-20 Thread Alex Bennée
From: Keith Packard Provides a blocking call to read a character from the console using semihosting.chardev, if specified. This takes some careful command line options to use stdio successfully as the serial ports, monitor and semihost all want to use stdio. Here's a sample set of command line op