summaryrefslogtreecommitdiff
path: root/util/module.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-06-24 15:10:45 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-07-07 15:33:59 +0200
commitef138c77249771081d8c2d09b8e729f7e92cdf28 (patch)
treeeb3ed934c80030f5d934338fe45f45177066cbbf /util/module.c
parent8d5a24c83dba90b08ef163bbf166d6dfbad9019b (diff)
chardev: enable modules, use for braille
Removes brlapi library dependency from core qemu. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20200624131045.14512-11-kraxel@redhat.com
Diffstat (limited to 'util/module.c')
-rw-r--r--util/module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/module.c b/util/module.c
index a74214eac0..32b0547b82 100644
--- a/util/module.c
+++ b/util/module.c
@@ -272,6 +272,7 @@ static struct {
{ "vhost-user-gpu-device", "hw-", "display-virtio-gpu" },
{ "vhost-user-gpu-pci", "hw-", "display-virtio-gpu" },
{ "vhost-user-vga", "hw-", "display-virtio-gpu" },
+ { "chardev-braille", "chardev-", "baum" },
};
static bool module_loaded_qom_all;