summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1707.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/1707.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/1707.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1707.toml31
1 files changed, 0 insertions, 31 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1707.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1707.toml
deleted file mode 100644
index 11d44160c..000000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/1707.toml
+++ /dev/null
@@ -1,31 +0,0 @@
-id = 1707
-title = "linux-user  qemu-x86_64  can't exec a binary  on aarch64 or Loongarch."
-state = "closed"
-created_at = "2023-06-13T08:47:56.507Z"
-closed_at = "2023-07-18T07:27:40.605Z"
-labels = []
-url = "https://gitlab.com/qemu-project/qemu/-/issues/1707"
-host-os = "archlinux, ky10"
-host-arch = "aarch64 /LoongArch"
-qemu-version = "8.0.50  fdd0df5340a8ebc8de88078387ebc85c5af7b40f"
-guest-os = "- OS/kernel version:"
-guest-arch = "x86"
-description = """on master branch,  we build an simply hello.c with x86_cross gcc.
-then. run './build/qemu-x86_64 hello', no output."""
-reproduce = """1. build  an hello.c with x86_64 cross.  use --static.
-2. build qemu-x86_64 on aarch64 or LoongArch host.
-3. run './build/qemu-x86_64 hello'"""
-additional = """[strace.txt](/uploads/5362e0e9b04ad9a582470faf4a9fcedb/strace.txt)
- 
-
-
- [hello](/uploads/12d9277fa4e853286414f575010a37ac/hello)
-
- 
-The following commit causes this problem.
-
-commit 86f04735ac2088d5c069c3d1712212ec7428c562
-Author: Helge Deller <deller@gmx.de>
-Date:   Sun Dec 25 09:23:19 2022 +0100
-
-    linux-user: Fix brk() to release pages"""