From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuKnh-0001Ro-KL for qemu-devel@nongnu.org; Mon, 18 May 2015 09:09:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuKnZ-0001lA-5I for qemu-devel@nongnu.org; Mon, 18 May 2015 09:09:45 -0400 Message-ID: <5559E48A.9060908@suse.de> Date: Mon, 18 May 2015 15:09:30 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1431946789-5145-1-git-send-email-thuth@redhat.com> In-Reply-To: <1431946789-5145-1-git-send-email-thuth@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/2] ppc: Require libfdt 1.4.0 as minimum version List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , qemu-ppc@nongnu.org Cc: mdroth@linux.vnet.ibm.com, aik@ozlabs.ru, qemu-devel@nongnu.org, afaerber@suse.de, David Gibson On 05/18/2015 12:59 PM, Thomas Huth wrote: > The patch "spapr_drc: initial implementation of sPAPRDRConnector device" > requires the function fdt_get_property_by_offset() from libfdt, which > is only properly exported there since version 1.4.0. So let's make > sure that we require at least version 1.4.0 of libfdt nowadays. Thanks, applied to ppc-next (before the spapr merge). Alex