]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
console: add ui module loading support
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 1 Mar 2018 10:05:41 +0000 (11:05 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 5 Mar 2018 07:44:11 +0000 (08:44 +0100)
commit61b4d9a24668d3b14f80d25ab66f6081f1ab7b17
tree37392f315f35f505a5c637d201720a9612e43beb
parent898f9d41d02d577ac863069772f0708268d2f926
console: add ui module loading support

If a requested user interface is not available, try loading it as
module, simliar to block layer modules.  Needed to keep things working
when followup patches start to build user interfaces as modules.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20180301100547.18962-8-kraxel@redhat.com
Makefile.objs
include/qemu/module.h
ui/console.c