-
Bug
-
Resolution: Done-Errata
-
Normal
-
rhel-9.3.0
-
qemu-kvm-8.2.0-1.el9
-
None
-
Moderate
-
rhel-sst-virtualization-hwe
-
ssg_virtualization
-
16
-
20
-
None
-
False
-
-
None
-
None
-
Bug Fix
-
-
Done
-
-
s390x
-
Linux
-
8.2.0
-
None
Description of problem:
Follow up on verified https://bugzilla.redhat.com/show_bug.cgi?id=2032406
Using blob option for virtio-gpu doesn't work (no graphical output).
Version-Release number of selected component (if applicable):
Host kernel 5.14.0-350.el9.s390x
Guest kernel kernel-5.14.0-348.el9.s390x
libvirt-9.5.0-5.el9.s390x
qemu-kvm-8.0.0-10.el9.s390x
How reproducible:
100%
Steps to Reproduce:
1. setenforce 0 (workaround for missing selinux label)
2. confirm /dev/udmabuf is available
3. start vm with graphics and memory backing, e.g. from libvirt
...
<memoryBacking>
<source type='memfd'/>
</memoryBacking>
...
<video>
<model type='virtio' heads='1' primary='yes' blob='on'/>
<alias name='video0'/>
<address type='ccw' cssid='0xfe' ssid='0x0' devno='0x0002'/>
</video>
...
4. Connect vnc client
Actual results:
No graphical output
Expected results:
Same as without blob=on, it works
Additional info:
It works when I don't use blob=on
- is blocked by
-
RHEL-14111 Rebase qemu-kvm to QEMU 8.2.0
- Closed
- external trackers
- links to
-
RHBA-2023:121202 qemu-kvm bug fix and enhancement update