ui/vc: move text fields to QemuTextConsole
commitb2bb9cc43dbb942a5333a6271629fd6094771bca
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 30 Aug 2023 09:38:02 +0000 (30 13:38 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 4 Sep 2023 09:55:56 +0000 (4 13:55 +0400)
treea346c155586713fd78c4e4fb194870c6a488746e
parent463c6b19c75313734e6e1b624d6b89dd8eb62516
ui/vc: move text fields to QemuTextConsole

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 <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20230830093843.3531473-29-marcandre.lureau@redhat.com>
ui/console.c