mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
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
This commit is contained in:
parent
aa9c8573be
commit
d39e93d483
3 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue