summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_arm/host_s390/accel_missing
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_arm/host_s390/accel_missing
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_arm/host_s390/accel_missing')
-rw-r--r--gitlab/issues_text/target_arm/host_s390/accel_missing/133311
-rw-r--r--gitlab/issues_text/target_arm/host_s390/accel_missing/297363
2 files changed, 0 insertions, 74 deletions
diff --git a/gitlab/issues_text/target_arm/host_s390/accel_missing/1333 b/gitlab/issues_text/target_arm/host_s390/accel_missing/1333
deleted file mode 100644
index b3b834546..000000000
--- a/gitlab/issues_text/target_arm/host_s390/accel_missing/1333
+++ /dev/null
@@ -1,11 +0,0 @@
-vhost-user-test qos-test fails on s390x host
-Description of problem:
-The qos-test is now definitely failing in the ubuntu-20.04-s390x-all CI job. See https://gitlab.com/qemu-project/qemu/-/jobs/3363173491 , then click on "Complete Raw" to see the full log. Quoting:
-
-```
-ERROR:../tests/qtest/vhost-user-test.c:248:wait_for_fds: assertion failed: (s->fds_num)
-**
-ERROR:../tests/qtest/qos-test.c:191:subprocess_run_one_test: child process (/arm/virt/virtio-mmio/virtio-bus/vhost-user-gpio-device/vhost-user-gpio/vhost-user-gpio-tests/read-guest-mem/memfile/subprocess [274051]) failed unexpectedly
-
-(test program exited with status code -6)
-```
diff --git a/gitlab/issues_text/target_arm/host_s390/accel_missing/2973 b/gitlab/issues_text/target_arm/host_s390/accel_missing/2973
deleted file mode 100644
index 29a628783..000000000
--- a/gitlab/issues_text/target_arm/host_s390/accel_missing/2973
+++ /dev/null
@@ -1,63 +0,0 @@
-ast2700a0-evb machine hangs in U-Boot when trying to determine the RAM size
-Description of problem:
-On a BE host, the ast2700a0-evb machine hangs in U-Boot when trying to determine the RAM size if the RAM size is set to a value other than 8 GB.
-Steps to reproduce:
-1. ./qemu-system-aarch64 -machine ast2700a0-evb  -m 1g 
-2.
-3.
-Additional information:
-On a BE host, if I run an ast2700a0-evb machine :
-   ```
-   $ qemu-system-aarch64 -machine ast2700a0-evb  ...
-   ...
-   U-Boot 2023.10-v00.05.06 (Mar 26 2025 - 05:59:26 +0000)
-
-   SOC: AST2700-A0
-   Model: AST2700 EVB
-   DRAM:  8 GiB (effective 0 Bytes)
-   ```
-
-QEMU hangs.
-
-If the RAM size is defined to 8g
-   ```
-   $ qemu-system-aarch64 -machine ast2700a0-evb -m 8g  ...
-   ...
-   U-Boot 2023.10-v00.05.06 (Mar 26 2025 - 05:59:26 +0000)
-
-   SOC: AST2700-A0
-   Model: AST2700 EVB
-   DRAM:  8 GiB
-   aspeed_dp dp@12c0a000: aspeed_dp_probe(): Failed to access dp. version(0)
-   Core:  125 devices, 27 uclasses, devicetree: separate
-   ```
-
-machine boots.
-
-Whereas, with an ast2700a1-evb machine :
-   ```
-   $ qemu-system-aarch64 -machine ast2700a1-evb  ...
-   ...
-   U-Boot 2023.10-v00.05.06 (Mar 26 2025 - 05:59:26 +0000)
-
-   SOC: AST2700-A1
-   Model: AST2700 EVB
-   DRAM:  1 GiB
-   aspeed_dp dp@12c0a000: aspeed_dp_probe(): Failed to access dp. version(0)
-   Core:  125 devices, 27 uclasses, devicetree: separate
-   ```
-
-machine boots.
-   ```
-   $ qemu-system-aarch64 -machine ast2700a1-evb -m 8g  ...
-   ...
-   U-Boot 2023.10-v00.05.06 (Mar 26 2025 - 05:59:26 +0000)
-
-   SOC: AST2700-A1
-   Model: AST2700 EVB
-   DRAM:  8 GiB
-   aspeed_dp dp@12c0a000: aspeed_dp_probe(): Failed to access dp. version(0)
-   Core:  125 devices, 27 uclasses, devicetree: separate
-   ```
-
-machine boots.