summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/2733
blob: 1c8eeb9a621bce9f477f20d848c60e8382f7872d (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
device: 0.887
graphic: 0.612
semantic: 0.530
network: 0.519
performance: 0.505
vnc: 0.460
PID: 0.433
debug: 0.418
boot: 0.333
socket: 0.303
permissions: 0.301
other: 0.229
files: 0.196
KVM: 0.010

-machine raspi4b won't dump dtb
Description of problem:
the raspi4b machine won't dump tdb
Steps to reproduce:
```
$ qemu-system-aarch64 -machine virt -machine dumpdtb=p.dmp
qemu-system-aarch64: info: dtb dumped to p.dmp. Exiting.
$ qemu-system-aarch64 -machine raspi4b -machine dumpdtb=p.dmp
```
notice no dtb is dumped for the raspi4b machine
Additional information:
see also https://gitlab.com/qemu-project/qemu/-/issues/2729