diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
| commit | dee4dcba78baf712cab403d47d9db319ab7f95d6 (patch) | |
| tree | 418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/108/other/1908266 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/108/other/1908266')
| -rw-r--r-- | results/classifier/108/other/1908266 | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/results/classifier/108/other/1908266 b/results/classifier/108/other/1908266 deleted file mode 100644 index 42773ee2..00000000 --- a/results/classifier/108/other/1908266 +++ /dev/null @@ -1,55 +0,0 @@ -graphic: 0.804 -semantic: 0.781 -other: 0.726 -device: 0.679 -performance: 0.430 -vnc: 0.391 -network: 0.349 -permissions: 0.334 -PID: 0.222 -files: 0.216 -socket: 0.194 -debug: 0.179 -KVM: 0.144 -boot: 0.136 - -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.] - |
