By calling qemu_devtree_dumpdtb near the end of load_dtb.

Signed-off-by: John Rigby <john.ri...@linaro.org>
---

changes in v3:
- split patch

 hw/arm/boot.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/arm/boot.c b/hw/arm/boot.c
index 64b56ac..de71edf 100644
--- a/hw/arm/boot.c
+++ b/hw/arm/boot.c
@@ -312,6 +312,7 @@ static int load_dtb(hwaddr addr, const struct arm_boot_info 
*binfo)
             fprintf(stderr, "couldn't set /chosen/linux,initrd-end\n");
         }
     }
+    qemu_devtree_dumpdtb(fdt, size);
 
     cpu_physical_memory_write(addr, fdt, size);
 
-- 
1.8.2.2


Reply via email to