diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2020-06-24 15:10:42 +0200 |
|---|---|---|
| committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-07 15:33:59 +0200 |
| commit | d39e93d4833a75a86cbb60ca5daf45b299b7c78c (patch) | |
| tree | abbe5cacba81079768e01a55e1ba92a7669620ac /util/module.c | |
| parent | aa9c8573be01fd7cdf56ff31df3af0307017a258 (diff) | |
| download | focaccia-qemu-d39e93d4833a75a86cbb60ca5daf45b299b7c78c.tar.gz focaccia-qemu-d39e93d4833a75a86cbb60ca5daf45b299b7c78c.zip | |
vga: build qxl as module
First step in making spice support modular. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20200624131045.14512-8-kraxel@redhat.com
Diffstat (limited to '')
| -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 e3226165e9..7c76d2a84b 100644 --- a/util/module.c +++ b/util/module.c @@ -264,6 +264,8 @@ static struct { { "ccid-card-passthru", "hw-", "usb-smartcard" }, { "ccid-card-emulated", "hw-", "usb-smartcard" }, { "usb-redir", "hw-", "usb-redirect" }, + { "qxl-vga", "hw-", "display-qxl" }, + { "qxl", "hw-", "display-qxl" }, }; static bool module_loaded_qom_all; |