From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PATCH 0/8] More fastop patches Date: Sat, 12 Jan 2013 16:32:49 +0200 Message-ID: <1358001177-8952-1-git-send-email-avi.kivity@gmail.com> Cc: kvm@vger.kernel.org To: Gleb Natapov , Marcelo Tosatti Return-path: Received: from mail-we0-f175.google.com ([74.125.82.175]:55507 "EHLO mail-we0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753510Ab3ALOdD (ORCPT ); Sat, 12 Jan 2013 09:33:03 -0500 Received: by mail-we0-f175.google.com with SMTP id z53so1324931wey.20 for ; Sat, 12 Jan 2013 06:33:01 -0800 (PST) Sender: kvm-owner@vger.kernel.org List-ID: After this, only the diffult MUL and DIV case remains. Avi Kivity (8): KVM: x86 emulator: Streamline SHLD, SHRD 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.1