mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
virtio-gpu: add virtio-vga-gl
Add pci proxy for virtio-gpu-gl-device, with vga compatibility. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20210430113547.1816178-1-kraxel@redhat.com Message-Id: <20210430113547.1816178-17-kraxel@redhat.com>
This commit is contained in:
parent
48ecfbf12c
commit
b36eb8860f
3 changed files with 54 additions and 0 deletions
|
@ -184,6 +184,7 @@ static const struct {
|
|||
|
||||
{ "hw-display-virtio-gpu-gl", "hw-display-virtio-gpu" },
|
||||
{ "hw-display-virtio-gpu-pci-gl", "hw-display-virtio-gpu-pci" },
|
||||
{ "hw-display-virtio-vga-gl", "hw-display-virtio-vga" },
|
||||
|
||||
#ifdef CONFIG_OPENGL
|
||||
{ "ui-egl-headless", "ui-opengl" },
|
||||
|
@ -313,6 +314,7 @@ static struct {
|
|||
{ "virtio-gpu-ccw", "hw-", "s390x-virtio-gpu-ccw" },
|
||||
{ "virtio-vga-base", "hw-", "display-virtio-vga" },
|
||||
{ "virtio-vga", "hw-", "display-virtio-vga" },
|
||||
{ "virtio-vga-gl", "hw-", "display-virtio-vga-gl" },
|
||||
{ "vhost-user-vga", "hw-", "display-virtio-vga" },
|
||||
{ "chardev-braille", "chardev-", "baum" },
|
||||
{ "chardev-spicevmc", "chardev-", "spice" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue