Re: [PATCH] Fixed '-serial none' usage breaks following '-serial ...' usage

2024-01-22 Thread Peter Maydell
rmware.elf > > Putting the patch inline for more convenient discussion: > > > Subject: [PATCH] Fixed '-serial none' usage breaks following '-serial ...' > > usage > > > > Signed-off-by: Bohdan Kostiv > > --- > > system/vl.c | 5 - > > 1 file

Re: [PATCH] Fixed '-serial none' usage breaks following '-serial ...' usage

2024-01-16 Thread Daniel P . Berrangé
ernel path-to-fw/firmware.elf > > Putting the patch inline for more convenient discussion: > > > Subject: [PATCH] Fixed '-serial none' usage breaks following '-serial ...' > > usage > > > > Signed-off-by: Bohdan Kostiv > > --- > > system/vl.c | 5 - >

Re: [PATCH] Fixed '-serial none' usage breaks following '-serial ...' usage

2024-01-15 Thread Markus Armbruster
gt;> path-to-fw/firmware.elf >> But this one doesn't (the third UART is used to send data in the firmware): >> qemu-system-arm -machine netduinoplus2 -nographic -serial none -serial none >> -serial mon:stdio -kernel path-to-fw/firmware.elf > > Putting the patch inline f

Re: [PATCH] Fixed '-serial none' usage breaks following '-serial ...' usage

2024-01-15 Thread Peter Maydell
used to send data in the firmware): > qemu-system-arm -machine netduinoplus2 -nographic -serial none -serial none > -serial mon:stdio -kernel path-to-fw/firmware.elf Putting the patch inline for more convenient discussion: > Subject: [PATCH] Fixed '-serial none' usage breaks following '-seri

Re: [PATCH] Fixed '-serial none' usage breaks following '-serial ...' usage

2024-01-12 Thread Peter Maydell
On Wed, 10 Jan 2024 at 14:38, Bohdan Kostiv wrote: > > Hello, > > I have faced an issue in using serial ports when I need to skip a couple of > ports in the CLI. > > For example the ARM machine netduinoplus2 supports up to 7 UARTS. > Following case works (the first UART is used to send data in

[PATCH] Fixed '-serial none' usage breaks following '-serial ...' usage

2024-01-10 Thread Bohdan Kostiv
Hello, I have faced an issue in using serial ports when I need to skip a couple of ports in the CLI. For example the ARM machine netduinoplus2 supports up to 7 UARTS. Following case works (the first UART is used to send data in the firmware): qemu-system-arm -machine netduinoplus2 -nographic