diff options
Diffstat (limited to 'gitlab/issues/target_arm/host_ppc')
| -rw-r--r-- | gitlab/issues/target_arm/host_ppc/accel_missing/1528.toml | 17 |
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 = """""" |