Re: [PATCH 22/67] ui/console: remove new_console()

2023-09-01 Thread Daniel P . Berrangé
On Wed, Aug 30, 2023 at 01:37:56PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > The constructor helper isn't of much used now. > > "head" is only specified for graphic console (and default to 0), and we > are going to move it to QemuGraphicConsole next. > > Signed-off

[PATCH 22/67] ui/console: remove new_console()

2023-08-30 Thread marcandre . lureau
From: Marc-André Lureau The constructor helper isn't of much used now. "head" is only specified for graphic console (and default to 0), and we are going to move it to QemuGraphicConsole next. Signed-off-by: Marc-André Lureau --- ui/console.c | 19 +-- 1 file changed, 5 inserti