From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50098 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q03qd-0001Hz-NS for qemu-devel@nongnu.org; Wed, 16 Mar 2011 23:26:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q03qS-0005i1-8k for qemu-devel@nongnu.org; Wed, 16 Mar 2011 23:26:03 -0400 Received: from gate.crashing.org ([63.228.1.57]:33928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q03qR-0005ft-QG for qemu-devel@nongnu.org; Wed, 16 Mar 2011 23:25:52 -0400 From: Benjamin Herrenschmidt In-Reply-To: <20110317022144.GI1105@yookeroo> 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> Content-Type: text/plain; charset="UTF-8" Date: Thu, 17 Mar 2011 14:25:42 +1100 Message-ID: <1300332342.22236.1185.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: David Gibson Cc: paulus@samba.org, Alexander Graf , anton@samba.org, qemu-devel@nongnu.org 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 :-) Cheers, Ben.