Re: [PULL v3 09/25] ui/console: allow to override the default VC

2023-11-16 Thread Richard Henderson
On 11/16/23 09:52, Peter Maydell wrote: On Tue, 7 Nov 2023 at 10:24, wrote: From: Marc-André Lureau If a display is backed by a specialized VC, allow to override the default "vc:80Cx24C". As suggested by Paolo, if the display doesn't implement a VC (get_vc() returns NULL), use a fallback th

Re: [PULL v3 09/25] ui/console: allow to override the default VC

2023-11-16 Thread Peter Maydell
On Tue, 7 Nov 2023 at 10:24, wrote: > > From: Marc-André Lureau > > If a display is backed by a specialized VC, allow to override the > default "vc:80Cx24C". > > As suggested by Paolo, if the display doesn't implement a VC (get_vc() > returns NULL), use a fallback that will use a muxed console on

Re: [PULL v3 09/25] ui/console: allow to override the default VC

2023-11-16 Thread David Woodhouse
On Thu, 2023-11-09 at 11:45 +, David Woodhouse wrote: > On Thu, 2023-11-09 at 19:34 +0800, Stefan Hajnoczi wrote: > > On Thu, 9 Nov 2023 at 19:10, David Woodhouse wrote: > > > > > > On Tue, 2023-11-07 at 14:15 +0400, marcandre.lur...@redhat.com wrote: > > > > From: Marc-André Lureau > > > >

Re: [PULL v3 09/25] ui/console: allow to override the default VC

2023-11-09 Thread David Woodhouse
On Thu, 2023-11-09 at 19:34 +0800, Stefan Hajnoczi wrote: > On Thu, 9 Nov 2023 at 19:10, David Woodhouse wrote: > > > > On Tue, 2023-11-07 at 14:15 +0400, marcandre.lur...@redhat.com wrote: > > > From: Marc-André Lureau > > > > > > If a display is backed by a specialized VC, allow to override t

Re: [PULL v3 09/25] ui/console: allow to override the default VC

2023-11-09 Thread Stefan Hajnoczi
On Thu, 9 Nov 2023 at 19:10, David Woodhouse wrote: > > On Tue, 2023-11-07 at 14:15 +0400, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > If a display is backed by a specialized VC, allow to override the > > default "vc:80Cx24C". > > > > As suggested by Paolo, if the displ

Re: [PULL v3 09/25] ui/console: allow to override the default VC

2023-11-09 Thread David Woodhouse
On Tue, 2023-11-07 at 14:15 +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > If a display is backed by a specialized VC, allow to override the > default "vc:80Cx24C". > > As suggested by Paolo, if the display doesn't implement a VC (get_vc() > returns NULL), use a fallback

[PULL v3 09/25] ui/console: allow to override the default VC

2023-11-07 Thread marcandre . lureau
From: Marc-André Lureau If a display is backed by a specialized VC, allow to override the default "vc:80Cx24C". As suggested by Paolo, if the display doesn't implement a VC (get_vc() returns NULL), use a fallback that will use a muxed console on stdio. This changes the behaviour of "qemu -displ