commit | 58d5870845c61cea1e7df287b86c2607b2bf48a9 | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Wed Aug 30 13:38:03 2023 +0400 |
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | Mon Sep 04 13:55:59 2023 +0400 |
tree | ebae25fd27a42ab9b0bed2c8bd5d00f72d615d8a | |
parent | b2bb9cc43dbb942a5333a6271629fd6094771bca [diff] |
ui/console: move graphic fields to QemuGraphicConsole Move fields specific to graphic console to the console subclass. qemu_console_get_head() is adapated to accomodate QemuTextConsole, and always returns 0. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20230830093843.3531473-30-marcandre.lureau@redhat.com>