Re: [PATCH 1/1] device_tree: Add info message when dumping dtb to file

2020-03-18 Thread Leonardo Bras
On Thu, 2020-03-19 at 00:32 -0300, Leonardo Bras wrote: > error_report("%s: Failed dumping dtb to %s", __func__, dumpdtb) Sorry, missed ending ';'. I will send a v2. signature.asc Description: This is a digitally signed message part

[PATCH 1/1] device_tree: Add info message when dumping dtb to file

2020-03-18 Thread Leonardo Bras
When dumping dtb to a file, qemu exits silently before starting the VM. Add info message so user can easily track why the proccess exits. Add error message if dtb dump failed. Signed-off-by: Leonardo Bras --- device_tree.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git