summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1553.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/1553.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/1553.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1553.toml22
1 files changed, 0 insertions, 22 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1553.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1553.toml
deleted file mode 100644
index e621c9c5e..000000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/1553.toml
+++ /dev/null
@@ -1,22 +0,0 @@
-id = 1553
-title = "Build error: implicit declaration of function 'qemu_close_to_socket'"
-state = "closed"
-created_at = "2023-03-22T07:17:26.185Z"
-closed_at = "2023-03-25T16:28:31.256Z"
-labels = ["GUI", "hostos: Windows", "spice", "workflow::Patch available"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/1553"
-host-os = "Windows 10 22H2"
-host-arch = "x86"
-qemu-version = "7.2.91 (v7.2.0-2853-ged425905ee-dirty)"
-guest-os = "Any"
-guest-arch = "ARM"
-description = """When build the latest master code with MSYS2 on Windows 10, GCC reports:
-../ui/spice-core.c: In function 'watch_remove':
-../ui/spice-core.c:152:5: error: implicit declaration of function 'qemu_close_to_socket' [-Werror=implicit-function-declaration]
-  152 |     qemu_close_to_socket(watch->fd);
-      |     ^~~~~~~~~~~~~~~~~~~~
-../ui/spice-core.c:152:5: error: nested extern declaration of 'qemu_close_to_socket' [-Werror=nested-externs]"""
-reproduce = """1. ./configure --enable-sdl --enable-gtk --target-list=arm-softmmu,aarch64-softmmu
-2. cd build
-3. make"""
-additional = "n/a"