From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlGF2-0003vS-8y for qemu-devel@nongnu.org; Mon, 03 Nov 2014 06:56:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlGEu-0001oJ-AP for qemu-devel@nongnu.org; Mon, 03 Nov 2014 06:56:12 -0500 Message-ID: <54576D52.6080003@suse.de> Date: Mon, 03 Nov 2014 12:56:02 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1410793421-6453-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1410793421-6453-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/14] TCG ppc speedups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: tommusta@gmail.com, qemu-ppc On 15.09.14 17:03, Paolo Bonzini wrote: > Patches 1-3 speed up softmmu emulation by avoiding TLB flushes on changes > to IR/DR. > > Patches 4-14 speed up emulation in general by rewriting the handling of > condition registers. The only change that seemed to not require a respin and was uncontroversial is patch 1. I like the direction, so I applied that one only for now. Looking forward to a respin of the others :). Alex