From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 00/14] Emulator decode generalization Date: Wed, 14 Sep 2011 08:12:46 -0300 Message-ID: <20110914111246.GA20031@amt.cnet> References: <1315899951-2357-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:54008 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756456Ab1INLNI (ORCPT ); Wed, 14 Sep 2011 07:13:08 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p8EBD82D004365 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 14 Sep 2011 07:13:08 -0400 Content-Disposition: inline In-Reply-To: <1315899951-2357-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Sep 13, 2011 at 10:45:37AM +0300, Avi Kivity wrote: > - merge dst/src/src2 decode > - generalize %seg embedded in opcode decode > > plus a fix. > > Avi Kivity (14): > KVM: x86 emulator: fix Src2CL decode > KVM: x86 emulator: convert group 3 instructions to direct decode > KVM: x86 emulator: move memop, memopp into emulation context > KVM: x86 emulator: split dst decode to a generic decode_operand() > KVM: x86 emulator: expand decode flags to 64 bits > KVM: x86 emulator: switch src2 to generic decode_operand() > KVM: x86 emulator: free up some flag bits near src, dst > KVM: x86 emulator: switch OpImmUByte decode to decode_imm() > KVM: x86 emulator: qualify OpReg inhibit_byte_regs hack > KVM: x86 emulator: switch src decode to decode_operand() > KVM: x86 emulator: simplify OpMem64 decode > KVM: x86 emulator: streamline decode of segment registers > KVM: x86 emulator: switch lds/les/lss/lfs/lgs to direct decode > KVM: x86 emulator: convert push %sreg/pop %sreg to direct decode > > arch/x86/include/asm/kvm_emulate.h | 4 +- > arch/x86/kvm/emulate.c | 563 ++++++++++++++++++------------------ > 2 files changed, 286 insertions(+), 281 deletions(-) Applied, thanks.