From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFbxa-0006MK-RH for qemu-devel@nongnu.org; Wed, 22 Jun 2016 02:48:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFbxX-0005g2-Lq for qemu-devel@nongnu.org; Wed, 22 Jun 2016 02:48:26 -0400 Received: from 10.mo69.mail-out.ovh.net ([46.105.73.241]:38580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFbxX-0005fu-Fk for qemu-devel@nongnu.org; Wed, 22 Jun 2016 02:48:23 -0400 Received: from player789.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo69.mail-out.ovh.net (Postfix) with ESMTP id 8193FFFB250 for ; Wed, 22 Jun 2016 08:48:21 +0200 (CEST) References: <1466545735-2555-1-git-send-email-clg@kaod.org> <1466545735-2555-2-git-send-email-clg@kaod.org> <20160622024622.GK17957@voom.fritz.box> From: =?UTF-8?Q?C=c3=a9dric_Le_Goater?= Message-ID: Date: Wed, 22 Jun 2016 08:48:14 +0200 MIME-Version: 1.0 In-Reply-To: <20160622024622.GK17957@voom.fritz.box> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 01/10] ppc: Fix rfi/rfid/hrfi/... emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-ppc@nongnu.org, Alexander Graf , qemu-devel@nongnu.org, Benjamin Herrenschmidt On 06/22/2016 04:46 AM, David Gibson wrote: > I'm not comfortable merging this until the openbios change is pulled > back into the qemu tree (submodule and pre-built binary). > > Again - sure you don't want to apply this with rfi still enabled for > 64-bit for now, letting the rest of this series go in as well, then > clean up the rfi/64 behaviour later? Sure. I don't think it has an impact on the serie anyway so we can keep it for later. Thanks, C.