summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/2453
blob: eb9a4526394f9667e84d9b1baa1e210e73fc2bc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
graphic: 0.964
device: 0.917
vnc: 0.894
boot: 0.840
instruction: 0.785
network: 0.771
socket: 0.749
semantic: 0.740
other: 0.680
mistranslation: 0.320
KVM: 0.082
assembly: 0.068

qemu-system-rx aborts when trying to run the u-boot binary
Description of problem:
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.
Steps to 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 information:
Aborts with: ``qemu-system-rx: ../../devel/qemu/accel/tcg/translator.c:286: translator_ld: Assertion `((base ^ pc) & TARGET_PAGE_MASK) == 0' failed.``