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-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues_text/target_arm/host_s390/accel_missing
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloadqemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
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, 74 insertions, 0 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
new file mode 100644
index 000000000..b3b834546
--- /dev/null
+++ b/gitlab/issues_text/target_arm/host_s390/accel_missing/1333
@@ -0,0 +1,11 @@
+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
new file mode 100644
index 000000000..29a628783
--- /dev/null
+++ b/gitlab/issues_text/target_arm/host_s390/accel_missing/2973
@@ -0,0 +1,63 @@
+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.