From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: x86 emulator: simplify ALU opcode block decode further Date: Thu, 26 Aug 2010 16:14:52 -0300 Message-ID: <20100826191451.GF25688@amt.cnet> References: <1282836895-806-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]:34555 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752192Ab0HZTPa (ORCPT ); Thu, 26 Aug 2010 15:15:30 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7QJFUlh001287 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 26 Aug 2010 15:15:30 -0400 Content-Disposition: inline In-Reply-To: <1282836895-806-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Aug 26, 2010 at 06:34:55PM +0300, Avi Kivity wrote: > The ALU opcode block is very regular; introduce D6ALU() to define decode > flags for 6 instructions at a time. > > Suggested by Paolo Bonzini. > > Signed-off-by: Avi Kivity > --- > > Requires the patchset that introduces D2bv. > > arch/x86/kvm/emulate.c | 32 ++++++++++++++------------------ > 1 files changed, 14 insertions(+), 18 deletions(-) Applied, thanks.