diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-10-14 14:11:20 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-10-15 11:14:40 +0200 |
commit | 23ebeaae4eb09a0d92dc7f22b41e5dd08485c390 (patch) | |
tree | 0fed367224348d91f6c2c26eb2feb9c1f98b9af6 /util/module.c | |
parent | fa264418acff6507b666b7dc987c4a731f84d710 (diff) |
chardev/spice: build spice chardevs as module
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20201014121120.13482-8-kraxel@redhat.com
Diffstat (limited to 'util/module.c')
-rw-r--r-- | util/module.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/module.c b/util/module.c index 4349607ad1..f0ed05fbd0 100644 --- a/util/module.c +++ b/util/module.c @@ -268,6 +268,8 @@ static struct { { "virtio-gpu-device", "hw-", "display-virtio-gpu" }, { "vhost-user-gpu", "hw-", "display-virtio-gpu" }, { "chardev-braille", "chardev-", "baum" }, + { "chardev-spicevmc", "chardev-", "spice" }, + { "chardev-spiceport", "chardev-", "spice" }, }; static bool module_loaded_qom_all; |