aboutsummaryrefslogtreecommitdiff
path: root/ui/console-vc-stubs.c
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki@daynix.com>2024-03-19 12:08:42 +0900
committerMarc-André Lureau <marcandre.lureau@redhat.com>2024-03-20 10:27:58 +0400
commite99441a3793b53c21a4087cdc8c4f1a4d77e35e4 (patch)
tree05df93ca5bb8d64550769e884bc3e09242c1c95c /ui/console-vc-stubs.c
parentca3de7b5afe9c8ded29b7bc64bcdbaa754d65c50 (diff)
downloadqemu-e99441a3793b53c21a4087cdc8c4f1a4d77e35e4.zip
qemu-e99441a3793b53c21a4087cdc8c4f1a4d77e35e4.tar.gz
qemu-e99441a3793b53c21a4087cdc8c4f1a4d77e35e4.tar.bz2
ui/curses: Do not use console_select()
ui/curses is the only user of console_select(). Move the implementation to ui/curses. Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20240319-console-v2-4-3fd6feef321a@daynix.com>
Diffstat (limited to 'ui/console-vc-stubs.c')
-rw-r--r--ui/console-vc-stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/console-vc-stubs.c b/ui/console-vc-stubs.c
index 2afc523..b63e2fb 100644
--- a/ui/console-vc-stubs.c
+++ b/ui/console-vc-stubs.c
@@ -10,7 +10,7 @@
#include "chardev/char.h"
#include "ui/console-priv.h"
-void qemu_text_console_select(QemuTextConsole *c)
+void qemu_text_console_update_size(QemuTextConsole *c)
{
}