summary refs log tree commit diff stats
path: root/gitlab/issues/target_arm/host_missing/accel_missing/2733.toml
blob: 0fe1432918bec6b67ae527070d4dbf0c1d328dab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
id = 2733
title = "-machine raspi4b won't dump dtb"
state = "closed"
created_at = "2024-12-20T01:44:23.813Z"
closed_at = "2025-03-03T12:11:47.294Z"
labels = ["target: arm", "workflow::Patch available"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/2733"
host-os = "Ubuntu 24.04.1 LTS"
host-arch = "x86_64"
qemu-version = "QEMU emulator version 9.2.50 (v9.2.0-319-gca80a5d026)"
guest-os = "custom"
guest-arch = "aarch64"
description = """the raspi4b machine won't dump tdb"""
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 = """see also https://gitlab.com/qemu-project/qemu/-/issues/2729"""