From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/7] Streamline arithmetic instruction emulation Date: Thu, 3 Jan 2013 23:14:06 -0200 Message-ID: <20130104011406.GA23746@amt.cnet> References: <1356179217-5526-1-git-send-email-avi.kivity@gmail.com> <20121223094714.GP17584@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Gleb Natapov , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:62336 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753682Ab3ADBOM (ORCPT ); Thu, 3 Jan 2013 20:14:12 -0500 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jan 03, 2013 at 09:39:14PM +0200, Avi Kivity wrote: > > > Avi Kivity (7): > > > KVM: x86 emulator: framework for streamlining arithmetic opcodes > > > KVM: x86 emulator: Support for declaring single operand fastops > > > KVM: x86 emulator: introduce NoWrite flag > > > KVM: x86 emulator: mark CMP, CMPS, SCAS, TEST as NoWrite > > > KVM: x86 emulator: convert NOT, NEG to fastop > > > KVM: x86 emulator: add macros for defining 2-operand fastop emulation > > > KVM: x86 emulator: convert basic ALU ops to fastop > > > > > > arch/x86/kvm/emulate.c | 215 > +++++++++++++++++++++++++++---------------------- > > > 1 file changed, 120 insertions(+), 95 deletions(-) > > > > > Looks good to me. > > > Ping? Please regenerate against 'queue' branch.