Re: [PATCH v4 6/6] hw/arm: change to use qemu_fdt_setprop_strings()

2022-08-10 Thread Andrew Jones
On Tue, Aug 09, 2022 at 07:56:40PM +0100, Ben Dooks wrote: > Change to using qemu_fdt_setprop_strings() instead of using > \0 separated string arrays. Note, also there were a few places > where qemu_fdt_setprop_string() can be used in the same areas. > > Signed-off-by: Ben Dooks > --- > v4: > -

[PATCH v4 6/6] hw/arm: change to use qemu_fdt_setprop_strings()

2022-08-09 Thread Ben Dooks
Change to using qemu_fdt_setprop_strings() instead of using \0 separated string arrays. Note, also there were a few places where qemu_fdt_setprop_string() can be used in the same areas. Signed-off-by: Ben Dooks --- v4: - fixed checkpatch errors with string - fixed patch subject --- hw/arm/boot