mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 22:03:54 -06:00
vga: build virtio-gpu as module
Drops libvirglrenderer.so dependency from core qemu. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20200624131045.14512-10-kraxel@redhat.com
This commit is contained in:
parent
9ad7ecf6a6
commit
8d5a24c83d
2 changed files with 19 additions and 10 deletions
|
@ -266,6 +266,12 @@ static struct {
|
|||
{ "usb-redir", "hw-", "usb-redirect" },
|
||||
{ "qxl-vga", "hw-", "display-qxl" },
|
||||
{ "qxl", "hw-", "display-qxl" },
|
||||
{ "virtio-gpu-device", "hw-", "display-virtio-gpu" },
|
||||
{ "virtio-gpu-pci", "hw-", "display-virtio-gpu" },
|
||||
{ "virtio-vga", "hw-", "display-virtio-gpu" },
|
||||
{ "vhost-user-gpu-device", "hw-", "display-virtio-gpu" },
|
||||
{ "vhost-user-gpu-pci", "hw-", "display-virtio-gpu" },
|
||||
{ "vhost-user-vga", "hw-", "display-virtio-gpu" },
|
||||
};
|
||||
|
||||
static bool module_loaded_qom_all;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue