Re: [PATCH 35/67] ui/console: declare console types in console.h

2023-09-01 Thread Daniel P . Berrangé
On Wed, Aug 30, 2023 at 01:38:09PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > We are going to split the console.c unit next, and implement > separately. But we need to check the underlying type in various places. > > Signed-off-by: Marc-André Lureau > --- > include

[PATCH 35/67] ui/console: declare console types in console.h

2023-08-30 Thread marcandre . lureau
From: Marc-André Lureau We are going to split the console.c unit next, and implement separately. But we need to check the underlying type in various places. Signed-off-by: Marc-André Lureau --- include/ui/console.h | 25 + ui/console.c | 15 --- 2 fi