summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/111/review/1908266
blob: 5a4b5830f65a93278e5af2c2ad094c153d72ac95 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
semantic: 0.212
graphic: 0.165
other: 0.161
device: 0.124
vnc: 0.059
permissions: 0.050
network: 0.040
performance: 0.040
PID: 0.032
debug: 0.032
socket: 0.026
files: 0.021
KVM: 0.019
boot: 0.018
graphic: 0.239
other: 0.165
semantic: 0.090
debug: 0.081
device: 0.072
files: 0.066
network: 0.057
PID: 0.050
socket: 0.044
vnc: 0.034
permissions: 0.034
boot: 0.030
performance: 0.024
KVM: 0.013

spice unnecessary forces nographic

When spice is enabled, qemu does not give the graphical window. It should not imply -nographic but only -display none.

More precisely, there should be a way to prevent -vga qxl from being wired to the graphical window.

Not clear what you are looking for ...

-spice doesn't imply -nographic.
-spice flips the default for -display to none.
-vnc has the same effect btw.

You can use -display {gtk,sdl} and -spice at the same time,
but you have to explicitly enable -display then.


The gtk window is not limited for -display but also for compatmonitor / serial /paralel, but when -spice is used, the gtk window does not show at all. While you can force the window to show with -display gtk, but the *side effect* is the vga will be wired/connected to the gtk window (which seems to break things when gl and so on is enabled).

Yes, display devices show up on both UI and spice/vnc,
and right now there is no way to contigure that.

Using spice fot the vga and gtk for serial/monitor
is rather unusual though.  Any reason for this?

I'd suggest to simply use the gtk ui instead.
It works with opengl (-display gtk,gl=on).
You also can show stuff side-by-side in
separate windows, via menu -> view -> detach tab.



Does the spice protocol / any spice client allow access to compatmonitor / serial /paralel?

Spice can be (if not often / mainly) used for remote access like VNC, but that does not necessarily mean users would want to host "fully-headless".

Try "qemu -display spice-app", then go to menu -> view -> displays in virt-viewer.


[Expired for QEMU because there has been no activity for 60 days.]