summary refs log tree commit diff stats
path: root/results/classifier/118/none/1932
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:00 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:33 +0000
commit9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch)
treeb765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/none/1932
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloadqemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/none/1932')
-rw-r--r--results/classifier/118/none/193242
1 files changed, 42 insertions, 0 deletions
diff --git a/results/classifier/118/none/1932 b/results/classifier/118/none/1932
new file mode 100644
index 000000000..b68bdf57a
--- /dev/null
+++ b/results/classifier/118/none/1932
@@ -0,0 +1,42 @@
+device: 0.520
+graphic: 0.424
+mistranslation: 0.236
+VMM: 0.145
+peripherals: 0.133
+semantic: 0.124
+debug: 0.091
+i386: 0.078
+PID: 0.075
+performance: 0.068
+register: 0.057
+vnc: 0.053
+arm: 0.052
+ppc: 0.052
+socket: 0.049
+risc-v: 0.046
+boot: 0.044
+x86: 0.043
+network: 0.042
+virtual: 0.039
+kernel: 0.036
+user-level: 0.034
+architecture: 0.028
+assembly: 0.026
+hypervisor: 0.018
+TCG: 0.015
+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