]> www.infradead.org Git - users/dwmw2/qemu.git/commit
ui/console: specialize console_lookup_unused()
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 30 Aug 2023 09:37:57 +0000 (13:37 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 4 Sep 2023 09:48:31 +0000 (13:48 +0400)
commitf9411aaebd99e1efb04f0d32f01b37467e43b6a0
treeac4d9089567f5fca5b1aa411720ca25856ae6112
parent34b7751574ebac7e19bfdb3ed0f91550c5ed171b
ui/console: specialize console_lookup_unused()

graphics_console_init() is expected to return a graphic console.

The function doesn't need to be exported.

We are going to specialize further QemuGraphicConsole & QemuTextConsole.
The two will not be interchangeable anymore.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20230830093843.3531473-24-marcandre.lureau@redhat.com>
include/ui/console.h
ui/console.c