[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] microvm: use MachineState->dumpdtb
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH] microvm: use MachineState->dumpdtb |
Date: |
Wed, 24 Nov 2021 08:41:44 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 |
On 11/24/21 08:24, Igor Mammedov wrote:
> On Tue, 23 Nov 2021 10:16:48 +0100
> Gerd Hoffmann <kraxel@redhat.com> 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: Gerd Hoffmann <kraxel@redhat.com>
>> ---
>> hw/i386/microvm-dt.c | 9 +--------
>> 1 file changed, 1 insertion(+), 8 deletions(-)
Regardless of the funny typo:
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>