summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2676.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/2676.toml
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloadqemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2676.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/2676.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2676.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2676.toml
deleted file mode 100644
index f1f83ceea..000000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/2676.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-id = 2676
-title = "GTK+ UI has serious problems on macOS hosts"
-state = "opened"
-created_at = "2024-11-14T14:07:17.341Z"
-closed_at = "n/a"
-labels = ["GUI::GTK", "hostos: macOS"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/2676"
-host-os = "macOS 14"
-host-arch = "arm64"
-qemu-version = "v9.2.0-rc0"
-guest-os = "any"
-guest-arch = "any"
-description = """The GTK+ UI simply does not work on macOS at this stage. One major reason is that there does not appear to be any regular polling of the (macOS) UI event loop. The Cocoa back-end for GTK [sets a custom event polling function in GLib's event handler](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gdk/macos/gdkmacoseventsource.c?ref_type=heads#L1089) but Qemu never actually calls GLib/GTK's event polling.
-
-Thanks to @bonzini for discovering this as part of a [discussion on a patch generalising runloop event handling on macOS](https://patchew.org/QEMU/20241113142343.40832-1-phil@philjordan.eu/20241113142343.40832-2-phil@philjordan.eu/#CABgObfat1JwiBFNKHK6wwMkW5kgaqZfKJa=rW._5F9VvEdMWJR75A@mail.gmail.com).
-
-There is also a reasonable chance that QEMU might not reliably call GTK+ functions from the main thread (thread 0), which causes problems when GTK then calls through to the native Cocoa APIs which must be called from thread 0."""
-reproduce = "n/a"
-additional = "n/a"