Re: [PATCH v2 2/3] selftests/nolibc: use file driver for QEMU serial

2025-06-24 Thread Sergey Shtylyov
On 6/24/25 12:15 AM, Thomas Weißschuh wrote: > For the test implementation of the SuperH architecture a second serial > serial port needs to be used. Unfortunately the currently used 'stdio' "Serial" typed twice? :-) > driver does not support multiple serial ports at the same time. > > Switc

[PATCH v2 2/3] selftests/nolibc: use file driver for QEMU serial

2025-06-23 Thread Thomas Weißschuh
For the test implementation of the SuperH architecture a second serial serial port needs to be used. Unfortunately the currently used 'stdio' driver does not support multiple serial ports at the same time. Switch to the 'file' driver which does support multiple ports and is sufficient for the noli