From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuImL-0002tM-JM for qemu-devel@nongnu.org; Mon, 18 May 2015 07:00:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuImJ-0004g1-0B for qemu-devel@nongnu.org; Mon, 18 May 2015 07:00:13 -0400 From: Thomas Huth Date: Mon, 18 May 2015 12:59:47 +0200 Message-Id: <1431946789-5145-1-git-send-email-thuth@redhat.com> Subject: [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: qemu-ppc@nongnu.org, Alexander Graf Cc: mdroth@linux.vnet.ibm.com, aik@ozlabs.ru, qemu-devel@nongnu.org, afaerber@suse.de, David Gibson 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. Thomas Huth (2): dtc: Update dtc / libfdt submodule to version 1.4.0 configure: Check for libfdt version 1.4.0 configure | 6 ++++-- dtc | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) -- 1.8.3.1