summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/graphic/2453
blob: 0229d99994076249c291a7f8d0278b4d2a7ebef4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
graphic: 0.964
device: 0.917
vnc: 0.894
permissions: 0.844
boot: 0.840
PID: 0.824
architecture: 0.824
TCG: 0.822
files: 0.773
network: 0.771
socket: 0.749
semantic: 0.740
performance: 0.713
arm: 0.670
ppc: 0.654
register: 0.653
debug: 0.639
VMM: 0.581
virtual: 0.547
i386: 0.408
user-level: 0.401
risc-v: 0.358
mistranslation: 0.320
x86: 0.273
peripherals: 0.175
KVM: 0.082
kernel: 0.080
hypervisor: 0.070
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.``