From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqUFD-0005iJ-RL for qemu-devel@nongnu.org; Thu, 07 May 2015 18:26:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqUF8-0003YH-T9 for qemu-devel@nongnu.org; Thu, 07 May 2015 18:26:15 -0400 Received: from cantor2.suse.de ([195.135.220.15]:50967 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqUF8-0003YA-MD for qemu-devel@nongnu.org; Thu, 07 May 2015 18:26:10 -0400 Message-ID: <554BE681.4010003@suse.de> Date: Fri, 08 May 2015 00:26:09 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1430810304-7904-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1430810304-7904-1-git-send-email-pbonzini@redhat.com> 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: Paolo Bonzini , qemu-devel@nongnu.org Cc: rth@twiddle.net On 05.05.15 09:18, 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. > > Patch 3 uses the new support in the PPC target. > > Paolo > > v2->v3: - change i386 TCG_TARGET_TLB_DISPLACEMENT_BITS to 31 [rth] > - tweak comment in patch 2 to account for > offsetof(CPUArchState, tlb_table[mem_index][0].addend) [rth] Richard, I would greatly appreciate a final Reviewed-by from you on this patch set :). Alex