Re: [PATCH for-8.2 1/3] vl: revert behaviour for -display none

2023-11-21 Thread David Woodhouse
On Mon, 2023-11-20 at 12:42 +, Peter Maydell wrote: > > This fixes the regression I was seeing with the semihosting > use case. I haven't checked the Xen setup. > > Tested-by: Peter Maydell > Reviewed-by: Peter Maydell It does also work for the Xen command line (with my other fix reverted)

Re: [EXTERNAL] [PATCH for-8.2 1/3] vl: revert behaviour for -display none

2023-11-20 Thread David Woodhouse
On Mon, 2023-11-20 at 12:42 +, Peter Maydell wrote: > On Fri, 17 Nov 2023 at 14:35, wrote: > > > > From: Marc-André Lureau > > > > Commit 1bec1cc0d ("ui/console: allow to override the default VC") > > changed > > the behaviour of the "-display none" option, so that it now creates > > a > >

Re: [PATCH for-8.2 1/3] vl: revert behaviour for -display none

2023-11-20 Thread Peter Maydell
On Fri, 17 Nov 2023 at 14:35, wrote: > > From: Marc-André Lureau > > Commit 1bec1cc0d ("ui/console: allow to override the default VC") changed > the behaviour of the "-display none" option, so that it now creates a > QEMU monitor on the terminal. "-display none" should not be tangled up > with wh

[PATCH for-8.2 1/3] vl: revert behaviour for -display none

2023-11-17 Thread marcandre . lureau
From: Marc-André Lureau Commit 1bec1cc0d ("ui/console: allow to override the default VC") changed the behaviour of the "-display none" option, so that it now creates a QEMU monitor on the terminal. "-display none" should not be tangled up with whether we create a monitor or a serial terminal; it