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_rx/host_missing/accel_missing/2453.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_rx/host_missing/accel_missing/2453.toml')
| -rw-r--r-- | gitlab/issues/target_rx/host_missing/accel_missing/2453.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gitlab/issues/target_rx/host_missing/accel_missing/2453.toml b/gitlab/issues/target_rx/host_missing/accel_missing/2453.toml new file mode 100644 index 000000000..64f0b63db --- /dev/null +++ b/gitlab/issues/target_rx/host_missing/accel_missing/2453.toml @@ -0,0 +1,17 @@ +id = 2453 +title = "qemu-system-rx aborts when trying to run the u-boot binary" +state = "closed" +created_at = "2024-07-23T18:03:28.437Z" +closed_at = "2024-07-30T05:31:15.726Z" +labels = ["Closed::Fixed", "kind::Bug", "target: rx"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2453" +host-os = "Linux" +host-arch = "rx" +qemu-version = "commit 6af69d02706c821797802c" +guest-os = "n/a" +guest-arch = "rx" +description = """I tried to run the tests/avocado/machine_rx_gdbsim.py:RxGdbSimMachine.test_uboot test (which is not run by default since it is marked as flaky), but seems like QEMU now always aborts when trying to run with the u-boot bios.""" +reproduce = """1. wget https://acc.dl.osdn.jp/users/23/23888/u-boot.bin.gz +2. gunzip u-boot.bin.gz +3. qemu-system-rx -nographic -M gdbsim-r5f562n8 -bios u-boot.bin""" +additional = """Aborts with: ``qemu-system-rx: ../../devel/qemu/accel/tcg/translator.c:286: translator_ld: Assertion `((base ^ pc) & TARGET_PAGE_MASK) == 0' failed.``""" |