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/2948.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/2948.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2948.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2948.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2948.toml new file mode 100644 index 00000000..e15dfb2b --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/2948.toml @@ -0,0 +1,23 @@ +id = 2948 +title = "-display sdl causes mice with relative movement to read garbage offsets" +state = "opened" +created_at = "2025-05-05T17:34:44.318Z" +closed_at = "n/a" +labels = [] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2948" +host-os = "Arch Linux" +host-arch = "x86_64" +qemu-version = "10.0.0" +guest-os = "Arch Linux" +guest-arch = "x86_64" +description = """`-device virtio-mouse` and `-device usb-mouse` (and probably other mice which send relative mouse movement data) are behaving incorrectly under linux guest and jitter a lot. In this specific case it only seems to happen with `-display sdl` as I could not reproduce this same issue with other of the following configurations: `-display gtk` and `-display spice-app` running with virt-viewer. +This behavior is not present when running a Windows guest with the same configuration using `-display sdl` + +Another weird side note: this behavior is less apparent when running `evtest` on the exact mouse device having issues. + +""" +reproduce = """1. Install guest operating system +2. Install gnome metapackage and enable GDM +3. Reboot +4. The mouse shows jittery motion on the GDM screen.""" +additional = "n/a" |