From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH v2 0/8] More fastop patches Date: Sun, 20 Jan 2013 12:56:38 +0200 Message-ID: <20130120105638.GH31120@redhat.com> References: <1358617917-2076-1-git-send-email-avi.kivity@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Marcelo Tosatti , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:20635 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751398Ab3ATK4l (ORCPT ); Sun, 20 Jan 2013 05:56:41 -0500 Content-Disposition: inline In-Reply-To: <1358617917-2076-1-git-send-email-avi.kivity@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sat, Jan 19, 2013 at 07:51:49PM +0200, Avi Kivity wrote: > After this, only the diffcult MUL and DIV case remains. > > Changes from v1: > - make SHLD/SHRD more consistent with the others > - fix SETcc misordering > Reviewed-by: Gleb Natapov > Avi Kivity (8): > KVM: x86 emulator: Convert SHLD, SHRD to fastop > KVM: x86 emulator: convert shift/rotate instructions to fastop > KVM: x86 emulator: covert SETCC to fastop > KVM: x86 emulator: convert INC/DEC to fastop > KVM: x86 emulator: convert BT/BTS/BTR/BTC/BSF/BSR to fastop > KVM: x86 emulator: convert 2-operand IMUL to fastop > KVM: x86 emulator: rearrange fastop definitions > KVM: x86 emulator: convert a few freestanding emulations to fastop > > arch/x86/kvm/emulate.c | 311 +++++++++++++++++++++---------------------------- > 1 file changed, 136 insertions(+), 175 deletions(-) > > -- > 1.8.0.2 -- Gleb.