diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/2889.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2889.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2889.toml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2889.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2889.toml new file mode 100644 index 00000000..e4c9d8f1 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/2889.toml @@ -0,0 +1,30 @@ +id = 2889 +title = "mouse does not work in pass in" +state = "opened" +created_at = "2025-03-29T19:34:31.368Z" +closed_at = "n/a" +labels = ["device:input", "device:virtio"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2889" +host-os = "linux mint" +host-arch = "x86_64" +qemu-version = "10.0.0-rc1" +guest-os = "Arch linux" +guest-arch = "x86_64" +description = """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:""" +reproduce = """1. run the script above with the right variables. +2. Move your mouse in the screen. It will not move the pointer.""" +additional = """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""" |