From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PATCH v2 0/8] More fastop patches Date: Sat, 19 Jan 2013 19:51:49 +0200 Message-ID: <1358617917-2076-1-git-send-email-avi.kivity@gmail.com> Cc: kvm@vger.kernel.org To: Gleb Natapov , Marcelo Tosatti Return-path: Received: from mail-we0-f176.google.com ([74.125.82.176]:53392 "EHLO mail-we0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752081Ab3ASRwD (ORCPT ); Sat, 19 Jan 2013 12:52:03 -0500 Received: by mail-we0-f176.google.com with SMTP id r5so1271163wey.35 for ; Sat, 19 Jan 2013 09:52:01 -0800 (PST) Sender: kvm-owner@vger.kernel.org List-ID: After this, only the diffcult MUL and DIV case remains. Changes from v1: - make SHLD/SHRD more consistent with the others - fix SETcc misordering 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