blob: 0374ee7dd8587be632e58e10f4ca1c9405f3ee25 (
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
|
device: 0.887
instruction: 0.831
graphic: 0.612
semantic: 0.530
network: 0.519
vnc: 0.460
boot: 0.333
socket: 0.303
mistranslation: 0.274
other: 0.229
assembly: 0.102
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
|