Re: [PATCH] kunit: qemu_configs: sparc: use Zilog console

2025-02-14 Thread David Gow
On Fri, 14 Feb 2025 at 21:27, Thomas Weißschuh wrote: > > The driver for the 8250 console is not used, as no port is found. > Instead the prom0 bootconsole is used the whole time. > The prom driver translates '\n' to '\r\n' before handing of the message > off to the firmware. The firmware performs

[PATCH] kunit: qemu_configs: sparc: use Zilog console

2025-02-14 Thread Thomas Weißschuh
The driver for the 8250 console is not used, as no port is found. Instead the prom0 bootconsole is used the whole time. The prom driver translates '\n' to '\r\n' before handing of the message off to the firmware. The firmware performs the same translation again. In the final output produced by QEMU