]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
ui/console: remove new_console()
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 30 Aug 2023 09:37:56 +0000 (13:37 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 4 Sep 2023 09:48:19 +0000 (13:48 +0400)
commit34b7751574ebac7e19bfdb3ed0f91550c5ed171b
tree1476705ab13be25bd525647218d1ac3d927ac59d
parentba0ec5c2931cd6efafc92bde3bd8fc3f99594fd3
ui/console: remove new_console()

The constructor helper isn't of much used now.

"head" is only specified for graphic console (and default to 0), and we
are going to move it to QemuGraphicConsole next.

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