Description of problem:
Clone from https://gitlab.com/libvirt/libvirt/-/issues/167 .
Implement this device other it will report an error for the VM with virtio video type and <acceleration accel3d='yes'/> on QEMU 6.1:
✗ ./qemu-system-x86_64 -device virtio-gpu-pci,virgl=on
qemu-system-x86_64: -device virtio-gpu-pci,virgl=on: Property 'virtio-gpu-pci.virgl' not found
Thanks for the report, but it's not necessary to explicitly track this. When qemu 6.1 is rebased in Fedora, the current build setup will fail unless this device is explicitly packaged, so there's no chance we will miss packaging it AFAICT
Fixed by:
commit b99762b61e
Author: Han Han <hhan>
Date: Wed Jun 9 16:32:25 2021 +0800
qemu: Adapt to virtio-gpu-gl-pci device
QEMU 6.1 will add virtio-gpu-gl-pci device to replace the virgl property
of virtio-gpu-pci device. Adapt to that change.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1967356
Signed-off-by: Han Han <hhan>
Signed-off-by: Michal Privoznik <mprivozn>
Reviewed-by: Michal Privoznik <mprivozn>