Re: [PATCH 42/67] ui/vc: move text console invalidate in helper

2023-09-01 Thread Daniel P . Berrangé
On Wed, Aug 30, 2023 at 01:38:16PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > This will allow to split the VC code in a separate unit more easily. > > Signed-off-by: Marc-André Lureau > --- > include/ui/console.h | 1 + > ui/console.c | 13 + >

[PATCH 42/67] ui/vc: move text console invalidate in helper

2023-08-30 Thread marcandre . lureau
From: Marc-André Lureau This will allow to split the VC code in a separate unit more easily. Signed-off-by: Marc-André Lureau --- include/ui/console.h | 1 + ui/console.c | 13 + 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/include/ui/console.h b/include