mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00
virtio-gpu: add virtio-gpu-gl-pci
Add pci proxy for virtio-gpu-gl-device. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20210430113547.1816178-1-kraxel@redhat.com Message-Id: <20210430113547.1816178-15-kraxel@redhat.com>
This commit is contained in:
parent
eff6fa1735
commit
17cdac0b51
3 changed files with 62 additions and 0 deletions
|
@ -183,6 +183,7 @@ static const struct {
|
|||
{ "ui-spice-app", "chardev-spice" },
|
||||
|
||||
{ "hw-display-virtio-gpu-gl", "hw-display-virtio-gpu" },
|
||||
{ "hw-display-virtio-gpu-pci-gl", "hw-display-virtio-gpu-pci" },
|
||||
|
||||
#ifdef CONFIG_OPENGL
|
||||
{ "ui-egl-headless", "ui-opengl" },
|
||||
|
@ -307,6 +308,7 @@ static struct {
|
|||
{ "vhost-user-gpu", "hw-", "display-virtio-gpu" },
|
||||
{ "virtio-gpu-pci-base", "hw-", "display-virtio-gpu-pci" },
|
||||
{ "virtio-gpu-pci", "hw-", "display-virtio-gpu-pci" },
|
||||
{ "virtio-gpu-gl-pci", "hw-", "display-virtio-gpu-pci-gl" },
|
||||
{ "vhost-user-gpu-pci", "hw-", "display-virtio-gpu-pci" },
|
||||
{ "virtio-gpu-ccw", "hw-", "s390x-virtio-gpu-ccw" },
|
||||
{ "virtio-vga-base", "hw-", "display-virtio-vga" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue