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
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-
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