From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuHMF-0008P9-Lc for qemu-devel@nongnu.org; Mon, 18 May 2015 05:29:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuHMB-0007R6-AR for qemu-devel@nongnu.org; Mon, 18 May 2015 05:29:11 -0400 Date: Mon, 18 May 2015 11:28:50 +0200 From: Thomas Huth Message-ID: <20150518112850.4ea5b18c@thh440s> In-Reply-To: References: <1425041028-21531-1-git-send-email-armbru@redhat.com> <54F0854C.40909@suse.de> <87vbia58h0.fsf@blackfin.pond.sub.org> <5507D70D.8080508@suse.de> <87wq2gjcc8.fsf@blackfin.pond.sub.org> <5507DCA9.6070907@suse.de> <87pp629csz.fsf@blackfin.pond.sub.org> <55573B3B.1030800@suse.de> <20150518091104.61305b02@thh440s> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] macio: Convert to realize() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Scott Wood , Markus Armbruster , qemu-ppc , QEMU Developers , Alexander Graf On Mon, 18 May 2015 09:59:02 +0100 Peter Maydell wrote: > On 18 May 2015 at 08:11, Thomas Huth wrote: > > On Sat, 16 May 2015 14:42:35 +0200 > > Alexander Graf wrote: > >> Some of the patches in David's latest spapr queue are regressing > >> compilation on older libfdt versions right now. If I don't see patches > >> to fix this, I'll just remove them from my queue again. > > > > David is on vacation this week ... but if you like, I can try to come > > up with a patch that checks for libfdt version 1.4.0 in QEMU's > > configure script - would that be enough to keep the patches? > > If we take that approach then you'll need to also update the > version of libfdt in our dtc submodule, which right now is only 1.3.0. Ok, right, I'll send a patch that updates that, too. Thomas