mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Revert "vga: build virtio-gpu as module"
This reverts commit 8d5a24c83d
.
Compiling all virtio-gpu objects into a single module isn't a good plan
because the individual objects have different CONFIG_* dependencies.
Leads to module load failures on s390x due to vga support being
disabled, which in turn breaks '-device virtio-gpu-device' (flagged by
travis ci).
So back to the drawing board for modular virtio-gpu ...
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200710203652.9708-3-kraxel@redhat.com>
This commit is contained in:
parent
024ce1ef7c
commit
e94f068720
2 changed files with 10 additions and 19 deletions
|
@ -266,12 +266,6 @@ 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" },
|
||||
{ "chardev-braille", "chardev-", "baum" },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue