From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46998 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q09ea-0005Q8-FV for qemu-devel@nongnu.org; Thu, 17 Mar 2011 05:38:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q09eZ-0005KK-2W for qemu-devel@nongnu.org; Thu, 17 Mar 2011 05:37:59 -0400 Received: from cantor2.suse.de ([195.135.220.15]:56992 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q09eY-0005KD-Td for qemu-devel@nongnu.org; Thu, 17 Mar 2011 05:37:59 -0400 Message-ID: <4D81D674.70003@suse.de> Date: Thu, 17 Mar 2011 10:37:56 +0100 From: Alexander Graf MIME-Version: 1.0 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> <1300351497.22236.1209.camel@pasglop> In-Reply-To: <1300351497.22236.1209.camel@pasglop> Content-Type: text/plain; charset=UTF-8; format=flowed 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: Benjamin Herrenschmidt Cc: "paulus@samba.org" , "qemu-devel@nongnu.org" , "anton@samba.org" , David Gibson On 03/17/2011 09:44 AM, Benjamin Herrenschmidt wrote: > 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 :-) Include it in v4 then :) Alex