Re: [Qemu-devel] [PATCH v6 3/8] device_tree: introduce qemu_fdt_node_path

2016-02-16 Thread Peter Maydell
On 1 February 2016 at 13:51, Eric Auger wrote: > This new helper routine returns a NULL terminated array of > node paths matching a node name and a compat string. > > Signed-off-by: Eric Auger Reviewed-by: Peter Maydell thanks -- PMM

[Qemu-devel] [PATCH v6 3/8] device_tree: introduce qemu_fdt_node_path

2016-02-01 Thread Eric Auger
This new helper routine returns a NULL terminated array of node paths matching a node name and a compat string. Signed-off-by: Eric Auger --- v5 -> v6: - in case of error, free the resources and return NULL - update the doc comment v4 -> v5: - support the case where several nodes exist, ie. r