Re: [PATCH v4 2/6] hw/core: don't check return on qemu_fdt_setprop_string_array()

2022-08-10 Thread Alistair Francis
On Wed, Aug 10, 2022 at 5:08 AM Ben Dooks wrote: > > The qemu_fdt_setprop_string_array() does not return error codes and > will call exit() if any of the fdt calls fails (and should print an > error with the node being altered). This is done to prepare for the > change for

Re: [PATCH v4 2/6] hw/core: don't check return on qemu_fdt_setprop_string_array()

2022-08-10 Thread Andrew Jones
On Tue, Aug 09, 2022 at 07:56:36PM +0100, Ben Dooks wrote: > The qemu_fdt_setprop_string_array() does not return error codes and > will call exit() if any of the fdt calls fails (and should print an > error with the node being altered). This is done to prepare for the > change for

[PATCH v4 2/6] hw/core: don't check return on qemu_fdt_setprop_string_array()

2022-08-09 Thread Ben Dooks
The qemu_fdt_setprop_string_array() does not return error codes and will call exit() if any of the fdt calls fails (and should print an error with the node being altered). This is done to prepare for the change for qemu_fdt_setprop_strings() helper which does not return any error codes