diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
| commit | 3e4c5a6261770bced301b5e74233e7866166ea5b (patch) | |
| tree | 9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/1707 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1707')
| -rw-r--r-- | gitlab/issues_text/target_missing/host_missing/accel_missing/1707 | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1707 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1707 deleted file mode 100644 index ee317fd7f..000000000 --- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1707 +++ /dev/null @@ -1,23 +0,0 @@ -linux-user qemu-x86_64 can't exec a binary on aarch64 or Loongarch. -Description of problem: -on master branch, we build an simply hello.c with x86_cross gcc. -then. run './build/qemu-x86_64 hello', no output. -Steps to 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 information: -[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 |