summary refs log tree commit diff stats
path: root/gitlab/issues/target_i386/host_missing/accel_missing/1932.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_i386/host_missing/accel_missing/1932.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloadqemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz
qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_i386/host_missing/accel_missing/1932.toml')
-rw-r--r--gitlab/issues/target_i386/host_missing/accel_missing/1932.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/gitlab/issues/target_i386/host_missing/accel_missing/1932.toml b/gitlab/issues/target_i386/host_missing/accel_missing/1932.toml
new file mode 100644
index 000000000..ee5b67726
--- /dev/null
+++ b/gitlab/issues/target_i386/host_missing/accel_missing/1932.toml
@@ -0,0 +1,22 @@
+id = 1932
+title = "Broken grab on hover setting"
+state = "opened"
+created_at = "2023-10-11T13:53:03.500Z"
+closed_at = "n/a"
+labels = ["GUI", "device:input", "target: i386"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/1932"
+host-os = "Arch Linux"
+host-arch = "x86_64"
+qemu-version = "8.1.1"
+guest-os = "Kali Linux"
+guest-arch = "x86_64"
+description = """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?"""
+reproduce = "n/a"
+additional = """NIL"""