]> git.proxmox.com Git - mirror_qemu.git/commit - softmmu/vl.c
console: add qemu display registry, add gtk
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 1 Mar 2018 10:05:35 +0000 (11:05 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 5 Mar 2018 07:44:11 +0000 (08:44 +0100)
commitdb71589fd9428156a5b366e348d895d445f77449
treef6d17989d37f04ea75ce868ca610ecf4e6722230
parent136c67e07869227b21b3f627316e03679ce7b738
console: add qemu display registry, add gtk

Add a registry for user interfaces.  Add qemu_display_init and
qemu_display_early_init helper functions for display initialization.

Hook up gtk ui as first user.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20180301100547.18962-2-kraxel@redhat.com
include/ui/console.h
ui/console.c
ui/gtk.c
vl.c