From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVkV9-0001vJ-EI for qemu-devel@nongnu.org; Tue, 16 Feb 2016 13:37:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVkV8-0003rO-Lc for qemu-devel@nongnu.org; Tue, 16 Feb 2016 13:37:31 -0500 Received: from mail-vk0-x231.google.com ([2607:f8b0:400c:c05::231]:33967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVkV8-0003r9-Gt for qemu-devel@nongnu.org; Tue, 16 Feb 2016 13:37:30 -0500 Received: by mail-vk0-x231.google.com with SMTP id e185so141443182vkb.1 for ; Tue, 16 Feb 2016 10:37:30 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1454334712-12360-3-git-send-email-eric.auger@linaro.org> References: <1454334712-12360-1-git-send-email-eric.auger@linaro.org> <1454334712-12360-3-git-send-email-eric.auger@linaro.org> From: Peter Maydell Date: Tue, 16 Feb 2016 18:37:10 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v6 2/8] device_tree: introduce load_device_tree_from_sysfs 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 function returns the host device tree blob from sysfs > (/proc/device-tree). It uses a recursive function inspired > from dtc read_fstree. > > Signed-off-by: Eric Auger Reviewed-by: Peter Maydell thanks -- PMM