mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00: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:
@ -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;
|
||||
|
Reference in New Issue
Block a user