summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/device/2733
blob: c442c0d115faf490b9509252eb891e6131a5a97e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
-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