From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqWt3-0002aF-Oe for qemu-devel@nongnu.org; Thu, 07 May 2015 21:15:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqWsz-0001Du-Kx for qemu-devel@nongnu.org; Thu, 07 May 2015 21:15:33 -0400 Received: from cantor2.suse.de ([195.135.220.15]:56127 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqWsy-0001Dk-Vd for qemu-devel@nongnu.org; Thu, 07 May 2015 21:15:29 -0400 Message-ID: <554C0E2F.2060201@suse.de> Date: Fri, 08 May 2015 03:15:27 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1430810304-7904-1-git-send-email-pbonzini@redhat.com> <5548E674.70805@twiddle.net> In-Reply-To: <5548E674.70805@twiddle.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/3] Support more than 8 MMU modes, speedup PPC by 10% List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , Paolo Bonzini , qemu-devel@nongnu.org On 05.05.15 17:49, Richard Henderson wrote: > On 05/05/2015 12:18 AM, Paolo Bonzini wrote: >> Patches 1 and 2 enable support from more than 8 MMU modes in TCG (patch >> 1 is in the targets, patch 2 is in cpu-defs.h). The TLB size is reduced >> proportionally on targets where that is necessary. > > Reviewed-by: Richard Henderson Oh, there is a reviewed-by! Hah. Thanks, applied all to ppc-next. Alex