Re: [PATCH 49/67] ui/vc: split off the VC part from console.c

2023-09-04 Thread Daniel P . Berrangé
On Mon, Sep 04, 2023 at 04:57:45PM +0400, Marc-André Lureau wrote: > Hi > > On Fri, Sep 1, 2023 at 9:23 PM Daniel P. Berrangé wrote: > > > > On Wed, Aug 30, 2023 at 01:38:23PM +0400, marcandre.lur...@redhat.com wrote: > > > From: Marc-André Lureau > > > > > > Move common declarations to console-

Re: [PATCH 49/67] ui/vc: split off the VC part from console.c

2023-09-04 Thread Marc-André Lureau
Hi On Fri, Sep 1, 2023 at 9:23 PM Daniel P. Berrangé wrote: > > On Wed, Aug 30, 2023 at 01:38:23PM +0400, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Move common declarations to console-priv.h, and add a new unit > > console-vc.c which will handle VC/chardev rendering,

Re: [PATCH 49/67] ui/vc: split off the VC part from console.c

2023-09-01 Thread Daniel P . Berrangé
On Wed, Aug 30, 2023 at 01:38:23PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Move common declarations to console-priv.h, and add a new unit > console-vc.c which will handle VC/chardev rendering, when pixman is > available. > > (if necessary, the move could be done c

[PATCH 49/67] ui/vc: split off the VC part from console.c

2023-08-30 Thread marcandre . lureau
From: Marc-André Lureau Move common declarations to console-priv.h, and add a new unit console-vc.c which will handle VC/chardev rendering, when pixman is available. (if necessary, the move could be done chunk by chunks) Signed-off-by: Marc-André Lureau --- ui/console-priv.h | 43 ++ ui/con