diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-14 15:42:24 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-15 14:11:49 +0200 |
commit | 7b0de5b7969e695d6235525654a8a28a0d82a0e0 (patch) | |
tree | 03219e1cc4998b57efe13c15c3f6f67d4a1279ad /util | |
parent | 3b593b3fe406c04d34a7e896c364a17b034fcf4f (diff) |
virtio-gpu: build modular
Only build virtio-gpu-device modular (the code which actually depends on
the external virglrenderer library). virtio-gpu-pci and virtio-vga are
compiled into core qemu still.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20200914134224.29769-7-kraxel@redhat.com
Diffstat (limited to 'util')
-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 6e63006a8f..34772e7d87 100644 --- a/util/module.c +++ b/util/module.c @@ -265,6 +265,8 @@ static struct { { "usb-redir", "hw-", "usb-redirect" }, { "qxl-vga", "hw-", "display-qxl" }, { "qxl", "hw-", "display-qxl" }, + { "virtio-gpu-device", "hw-", "display-virtio-gpu" }, + { "vhost-user-gpu", "hw-", "display-virtio-gpu" }, { "chardev-braille", "chardev-", "baum" }, }; |