summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/497
blob: 1abcdaac8bde29f66eafc7e59fc1e0ff20012fd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GVT-g + -spice error since qemu 6
Description of problem:
It doesn't work:
```
qemu-system-x86_64: The console requires display DMABUF support.
```

If I add `gl=on` to `-spice`, it reports:
```
can't register two opengl displays (spice-egl, egl-headless)
```
Steps to reproduce:
1. Setup an Intel GVT-g vGPU
2. Run the command
3. See the error
Additional information:
Before 6.0.0 it worked.

Using VNC instead of SPICE works.