summary refs log tree commit diff stats
path: root/results/classifier/118/peripherals/2889
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/peripherals/2889')
-rw-r--r--results/classifier/118/peripherals/288952
1 files changed, 52 insertions, 0 deletions
diff --git a/results/classifier/118/peripherals/2889 b/results/classifier/118/peripherals/2889
new file mode 100644
index 00000000..b198e7f0
--- /dev/null
+++ b/results/classifier/118/peripherals/2889
@@ -0,0 +1,52 @@
+peripherals: 0.982
+performance: 0.858
+graphic: 0.854
+kernel: 0.845
+device: 0.838
+architecture: 0.751
+user-level: 0.717
+semantic: 0.699
+PID: 0.685
+ppc: 0.600
+virtual: 0.586
+permissions: 0.564
+network: 0.531
+vnc: 0.528
+mistranslation: 0.518
+VMM: 0.472
+boot: 0.453
+risc-v: 0.440
+debug: 0.425
+register: 0.418
+arm: 0.418
+i386: 0.413
+socket: 0.409
+x86: 0.398
+TCG: 0.383
+files: 0.293
+assembly: 0.275
+hypervisor: 0.173
+KVM: 0.163
+
+mouse does not work in pass in
+Description of problem:
+I have this script to start qemu that passes in my mouse, keyboard and xbox controler. When I use it, it does not move the cursor(for my mouse) but the mouse is working because the hot corners do work. Moving my mouse in a up left direction in GNOME will show the menu and apps. Key board works, My controller works, and My mouse works, but the cursor does not move. Here is the script:
+Steps to reproduce:
+1. run the script above with the right variables.
+2. Move your mouse in the screen. It will not move the pointer.
+Additional information:
+I am using thees patches in qemu but it does not work in vanilla ether:
+https://lore.kernel.org/all/20241010182427.1434605-1-seanjc@google.com/
+
+and this in the kernel (6.14.0):
+https://github.com/torvalds/linux/commit/377b2f359d1f71c75f8cc352b5c81f2210312d83
+
+I am ruining qemu 10.0.0-rc1 (but 9.2.2 also does not work), kernel 6.14.0.
+
+I am runing mint on my host and arch on my guest. on my host I have virglrenderer on and on my guest I installed the pacman package lib32-vulkan-virtio and vulkan-virtio.
+
+If it helps I can remove the pass throws and insted use:
+
+-usbdevice tablet -usbdevice mouse -usbdevice keyboard
+or
+-device virtio-mouse -device virtio-keyboard -device virtio-tablet