Re: [PATCH] microvm: use MachineState->dumpdtb

2021-11-23 Thread Philippe Mathieu-Daudé
On 11/24/21 08:24, Igor Mammedov wrote: > On Tue, 23 Nov 2021 10:16:48 +0100 > Gerd Hoffmann wrote: > >> There already is a machine property to dumb the device tree for > s/dumb/dump/ > > >> debugging purposes, and the helper function qemu_fdt_dumpdtb() >> implementing the dumbing. Make microv

Re: [PATCH] microvm: use MachineState->dumpdtb

2021-11-23 Thread Igor Mammedov
On Tue, 23 Nov 2021 10:16:48 +0100 Gerd Hoffmann wrote: > There already is a machine property to dumb the device tree for s/dumb/dump/ > debugging purposes, and the helper function qemu_fdt_dumpdtb() > implementing the dumbing. Make microvm use it for consistency. ditto > > Signed-off-by: Ge

[PATCH] microvm: use MachineState->dumpdtb

2021-11-23 Thread Gerd Hoffmann
There already is a machine property to dumb the device tree for debugging purposes, and the helper function qemu_fdt_dumpdtb() implementing the dumbing. Make microvm use it for consistency. Signed-off-by: Gerd Hoffmann --- hw/i386/microvm-dt.c | 9 + 1 file changed, 1 insertion(+), 8 de