From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42579 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q08pX-0006o7-9L for qemu-devel@nongnu.org; Thu, 17 Mar 2011 04:45:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q08pV-0004gE-Tn for qemu-devel@nongnu.org; Thu, 17 Mar 2011 04:45:14 -0400 Received: from gate.crashing.org ([63.228.1.57]:36711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q08pV-0004g3-Hb for qemu-devel@nongnu.org; Thu, 17 Mar 2011 04:45:13 -0400 From: Benjamin Herrenschmidt In-Reply-To: References: <1300251423-6715-1-git-send-email-david@gibson.dropbear.id.au> <1300251423-6715-26-git-send-email-david@gibson.dropbear.id.au> <4D80E8CB.60107@suse.de> <20110317022144.GI1105@yookeroo> <1300332342.22236.1185.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Date: Thu, 17 Mar 2011 19:44:57 +1100 Message-ID: <1300351497.22236.1209.camel@pasglop> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 25/26] Add a PAPR TCE-bypass mechanism for the pSeries machine List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: "paulus@samba.org" , "qemu-devel@nongnu.org" , "anton@samba.org" , David Gibson On Thu, 2011-03-17 at 08:44 +0100, Alexander Graf wrote: > On 17.03.2011, at 04:25, Benjamin Herrenschmidt wrote: > > > On Thu, 2011-03-17 at 13:21 +1100, David Gibson wrote: > >>> Is this an official extension used by anyone or is it your own > >>> invention that's not implemented in pHyp? > >> > >> The latter. > > > > The main reason is to avoid having to deal with TCEs in SLOF :-) > > That makes sense :). Let's move this patch to later when you introduce SLOF > support then? As it is, it would be unused code. Well, SLOF is around the corner, I just need to find out where to put the git repo :-) Cheers, Ben. > > Alex > > >