Re: [PATCH 09/67] ui/console: get the DisplayState from new_console()

2023-09-01 Thread Daniel P . Berrangé
On Wed, Aug 30, 2023 at 01:37:43PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > There is no obvious reason to defer text console initialization. We can > simply take the global display state in new_console(). > > This simplify somewhat the code to allow moving the VC t

Re: [PATCH 09/67] ui/console: get the DisplayState from new_console()

2023-08-30 Thread BALATON Zoltan
On Wed, 30 Aug 2023, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau There is no obvious reason to defer text console initialization. We can simply take the global display state in new_console(). This simplify somewhat the code to allow moving the VC to a separate unit. Signed-off-

[PATCH 09/67] ui/console: get the DisplayState from new_console()

2023-08-30 Thread marcandre . lureau
From: Marc-André Lureau There is no obvious reason to defer text console initialization. We can simply take the global display state in new_console(). This simplify somewhat the code to allow moving the VC to a separate unit. Signed-off-by: Marc-André Lureau --- ui/console.c | 26