Re: [PATCH 28/67] ui/vc: move text fields to QemuTextConsole

2023-09-01 Thread Daniel P . Berrangé
On Wed, Aug 30, 2023 at 01:38:02PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Now we can instantiate the specific console with its own fields. Pass > the most appropriate type to the various functions, and cast up to > QEMU_CONSOLE as necessary. > > Signed-off-by: Ma

[PATCH 28/67] ui/vc: move text fields to QemuTextConsole

2023-08-30 Thread marcandre . lureau
From: Marc-André Lureau Now we can instantiate the specific console with its own fields. Pass the most appropriate type to the various functions, and cast up to QEMU_CONSOLE as necessary. Signed-off-by: Marc-André Lureau --- ui/console.c | 177 ++