summary refs log tree commit diff stats
path: root/gitlab/issues/target_arm/host_ppc
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_arm/host_ppc
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloadqemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz
qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_arm/host_ppc')
-rw-r--r--gitlab/issues/target_arm/host_ppc/accel_missing/1528.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/gitlab/issues/target_arm/host_ppc/accel_missing/1528.toml b/gitlab/issues/target_arm/host_ppc/accel_missing/1528.toml
new file mode 100644
index 000000000..eebf32345
--- /dev/null
+++ b/gitlab/issues/target_arm/host_ppc/accel_missing/1528.toml
@@ -0,0 +1,17 @@
+id = 1528
+title = "ppc64le: qemu-arm: basic hello world fails with \"user-exec.c:492: page_set_flags: Assertion `start < end' failed.\""
+state = "closed"
+created_at = "2023-03-02T17:35:46.611Z"
+closed_at = "2023-03-29T13:01:28.900Z"
+labels = ["Closed::Fixed", "host: ppc", "linux-user", "target: arm"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/1528"
+host-os = "Red Hat Enterprise Linux 8.7 (Ootpa)"
+host-arch = "ppc64le"
+qemu-version = "qemu-arm version 7.2.50 (v7.2.0-1702-g33dc95d032)"
+guest-os = "n/a"
+guest-arch = "n/a"
+description = """Trying to utilize a RH8 enterprise POWER9 based server to build OpenBMC which utilizes qemu under the covers to validate cross compiles. After some debug, I found that a basic hello-world cross compiled application does not work on POWER9 hardware."""
+reproduce = """1. Create basic hello world .c file, cross compile it for arm (arm-linux-gnueabi-gcc hello.c -o hello)
+2. Build latest qemu-arm from master
+3. Run qemu-arm against hello world binary"""
+additional = """"""