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

2020-03-20 Thread Alistair Francis
On Wed, Mar 18, 2020 at 9:03 PM Leonardo Bras wrote: > > 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 Thanks for the patch Re

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

2020-03-20 Thread David Gibson
On Thu, Mar 19, 2020 at 01:03:26AM -0300, Leonardo Bras wrote: > 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 Reviewed-by: Da

[PATCH v2 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