summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/none/1932
blob: febe59116740d86aa3e4d688c6f897ac1e13d2b8 (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
device: 0.520
graphic: 0.424
other: 0.147
semantic: 0.124
debug: 0.091
PID: 0.075
performance: 0.068
vnc: 0.053
socket: 0.049
boot: 0.044
network: 0.042
permissions: 0.007
KVM: 0.006
files: 0.006

Broken grab on hover setting
Description of problem:
It seems that now qemu implements "static" grab on hover, i.e., it can only be disabled by

1. setting `vmport=off` in `-M` (btw, `pc` or `q35`, doesn't matter)
2. emulating a usb mouse *and* blacklist/unload the `psmouse` driver on the guest side

while grab on hover setting in the gtk display backend (or frontend?) is seemingly bogus now either way.

Can this be fixed (again?) so that the setting (which can be toggled in the menu "dynamically") can be used to tell this "vmport" thing whether or not it should grab on hover?
Additional information:
NIL