From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVkWp-0003Kj-FX for qemu-devel@nongnu.org; Tue, 16 Feb 2016 13:39:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVkWo-00049D-Lb for qemu-devel@nongnu.org; Tue, 16 Feb 2016 13:39:15 -0500 Received: from mail-vk0-x232.google.com ([2607:f8b0:400c:c05::232]:32952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVkWo-000496-Hj for qemu-devel@nongnu.org; Tue, 16 Feb 2016 13:39:14 -0500 Received: by mail-vk0-x232.google.com with SMTP id k196so142190680vka.0 for ; Tue, 16 Feb 2016 10:39:14 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1454334712-12360-4-git-send-email-eric.auger@linaro.org> References: <1454334712-12360-1-git-send-email-eric.auger@linaro.org> <1454334712-12360-4-git-send-email-eric.auger@linaro.org> From: Peter Maydell Date: Tue, 16 Feb 2016 18:38:54 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v6 3/8] device_tree: introduce qemu_fdt_node_path List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Auger Cc: Baptiste Reynal , Thomas Huth , eric.auger@st.com, Patch Tracking , Peter Crosthwaite , QEMU Developers , Alex Williamson , qemu-arm , Suravee Suthikulpanit , Paolo Bonzini , thomas.lendacky@amd.com, =?UTF-8?B?QWxleCBCZW5uw6ll?= , Christoffer Dall , David Gibson 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