diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_arm/host_missing/accel_missing/1280.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_arm/host_missing/accel_missing/1280.toml')
| -rw-r--r-- | gitlab/issues/target_arm/host_missing/accel_missing/1280.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gitlab/issues/target_arm/host_missing/accel_missing/1280.toml b/gitlab/issues/target_arm/host_missing/accel_missing/1280.toml new file mode 100644 index 00000000..cbf56416 --- /dev/null +++ b/gitlab/issues/target_arm/host_missing/accel_missing/1280.toml @@ -0,0 +1,18 @@ +id = 1280 +title = "qemu-system-arm 7.1 can not boot my cortex-m55 image" +state = "closed" +created_at = "2022-10-27T14:13:39.315Z" +closed_at = "2022-11-05T04:14:37.984Z" +labels = ["Regression", "Semihosting", "target: arm"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1280" +host-os = "(Ubuntu 22.04)" +host-arch = "(X86)" +qemu-version = "(QEMU emulator version 7.1.50 (v7.1.0-256-g79dfa177ae))" +guest-os = "(cortex-m55 bare metal)" +guest-arch = "(ARM, cortex-m55.)" +description = "n/a" +reproduce = """``` +1.qemu-system-arm -cpu cortex-m55 -machine mps3-an547 -nographic -vga none -monitor none -semihosting -semihosting-config enable=on,target=native -kernel qemu_simu.elf +2.arm-none-eabi-gdb -ex "target extended-remote localhost:1234" qemu_simu.elf +```""" +additional = """[qemu_simu.tar.gz](/uploads/b8b3bf0f4868fdbb22b19027f685b4f0/qemu_simu.tar.gz)""" |