summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2559.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/2559.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloademulator-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/2559.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/2559.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2559.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2559.toml
new file mode 100644
index 00000000..ba9a4057
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/2559.toml
@@ -0,0 +1,19 @@
+id = 2559
+title = "macOS cocoa UI cursor position mismatch when running Windows XP under QEMU 9.1.0"
+state = "opened"
+created_at = "2024-09-05T16:30:18.791Z"
+closed_at = "n/a"
+labels = ["GUI", "hostos: macOS"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/2559"
+host-os = "macOS 14.6.1"
+host-arch = "ARM64"
+qemu-version = "9.1.0"
+guest-os = "Windows XP"
+guest-arch = "i386"
+description = """QEMU 9.1.0 got hardware cursor support on macOS with the cocoa UI. When running a Windows XP guest, the windows's own cursor got a 13 pixel offset both in X and Y direction. When the "show-cursor" is off, the problem still exists, so the click target is not under the pointer of the cursor. I was using the "Red Hat QXL GPU" driver v6.1.0.10024 which was built in 2015.
+
+I also checked it with Linux (i have an x86-64 Alma Linux 8 installation too), this working fine when using the "-display cocoa,show-cursoor=off,zoom-to-fit=off -device virtio-vga" parameters."""
+reproduce = """1. Load a Windows XP with QXL drivers installed"""
+additional = """![Screenshot_2024-09-05_at_6.13.34_PM](/uploads/4edd814458f40d01a9a806a010068687/Screenshot_2024-09-05_at_6.13.34_PM.png)
+
+![xp](/uploads/1d74ed8a1d71fcaa9f4ef328368d073c/xp.png)"""