summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/graphic/497
blob: 3b3ae9d9473a8889b90251eef2d9d9e736409dee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
graphic: 0.924
device: 0.824
vnc: 0.783
network: 0.675
semantic: 0.629
debug: 0.514
performance: 0.497
other: 0.400
permissions: 0.344
boot: 0.344
PID: 0.317
socket: 0.122
files: 0.081
KVM: 0.053

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.