summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_mips/host_missing/accel_missing/1251
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_mips/host_missing/accel_missing/1251
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_mips/host_missing/accel_missing/1251')
-rw-r--r--gitlab/issues_text/target_mips/host_missing/accel_missing/125115
1 files changed, 0 insertions, 15 deletions
diff --git a/gitlab/issues_text/target_mips/host_missing/accel_missing/1251 b/gitlab/issues_text/target_mips/host_missing/accel_missing/1251
deleted file mode 100644
index fbed7e7d2..000000000
--- a/gitlab/issues_text/target_mips/host_missing/accel_missing/1251
+++ /dev/null
@@ -1,15 +0,0 @@
-Octeon Instruction BBIT Bug
-Steps to reproduce:
-1. Compile 64bit binary for Octeon with Octeon instructions    
-`mips64-octeon-linux-gnu-gcc -o hello hello.c`
-2. Run with `qemu-mips64`    
-`qemu-mips64 -cpu Octeon68XX hello`
-3. Get the output below:
-```
-qemu: uncaught target signal 4 (Illegal instruction) - core dumped
-Illegal instruction
-```
-Additional information:
-I have a patch for this that I will be submitting to trivial-patches. This is not enough to emulate Octeon specific binaries alone. For small binaries mapping the `CVMSEG_LM = 0xFFFFFFFFFFFF8000 - 0xFFFFFFFFFFFF9FFF` to empty RAM and using this patch is enough. There are additional support issues for `N32` binaries that will require a separate issue.
-
-[hello](/uploads/d8b5e631508fd232b4a7b3a40f7e08f6/hello)