summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1885
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/1885
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/1885')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/188524
1 files changed, 0 insertions, 24 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1885 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1885
deleted file mode 100644
index 02086fc2b..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1885
+++ /dev/null
@@ -1,24 +0,0 @@
-mipsel malta machine is broken in avocado console tests
-Description of problem:
-As noted in #1884 we see failures of the boot_linux_console.py test. Unlikely other avocado failures, these ones are consistent and reproduce locally with 100% success
-
-```
-./configure --target-list=mipsel-softmmu
-make -j 20
-cd build
-./pyvenv/bin/python3 -B -m avocado --show=app run --job-results-dir=./tests/results -t arch:mipsel --failfast tests/avocado/boot_linux_console.py:BootLinuxConsole.test_mips_malta32el_nanomips_4k
-```
-
-This test will reliably fail with a timeout waiting for console output.
-
-Attempting to run the QEMU command manually
-
-```
-$ ./qemu-system-mipsel -display none -vga none -machine malta -chardev stdio,id=console -serial chardev:console -cpu I7200 -no-reboot -kernel /home/berrange/src/virt/qemu/build/tests/results/job-2023-09-13T17.14-77de093/test-results/tmp_dir520smana/1-tests_avocado_boot_linux_console.py_BootLinuxConsole.test_mips_malta32el_nanomips_4kkernel -append 'printk.time=0 mem=256m@@0x0 console=ttyS0'
-```
-
-results in no serial console output at all.
-
-IMHO either the MIPS malta machine has had a regression, or the kernel we're downloading for testing has had a regression.
-Additional information:
-