summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1186
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/1186
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1186')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/118617
1 files changed, 0 insertions, 17 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1186 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1186
deleted file mode 100644
index 5d75aa246..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1186
+++ /dev/null
@@ -1,17 +0,0 @@
-qos-test fails when built with LTO and gcc-12
-Description of problem:
-The issue is already discussed here [1]. I'm simply building latest QEMU release and running the test suite. I thought the issue was fixed in 7.0 but it has resurfaced. Do QEMU dev's not build with LTO? I'm not able to debug this but I can test any proposed fixes etc. Thanks.
-
-[1] https://lore.kernel.org/all/1d3bbff9e92e7c8a24db9e140dcf3f428c2df103.camel@suse.com/
-Steps to reproduce:
-1. Build QEMU with gcc-12 and LTO enabled
-2. Run make check
-3. Observe test suite failures in qos-test
-Additional information:
-```
-Summary of Failures:
-
-  2/265 qemu:qtest+qtest-aarch64 / qtest-aarch64/qos-test                  ERROR           0.59s   killed by signal 6 SIGABRT
-  3/265 qemu:qtest+qtest-i386 / qtest-i386/qos-test                        ERROR           0.22s   killed by signal 6 SIGABRT
-  7/265 qemu:qtest+qtest-x86_64 / qtest-x86_64/qos-test                    ERROR           0.40s   killed by signal 6 SIGABRT
-```