From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/6] Some emulator cleanups Date: Fri, 9 Sep 2011 13:20:30 -0300 Message-ID: <20110909162030.GA22011@amt.cnet> References: <1315402900-8766-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]:58672 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752443Ab1IIQUl (ORCPT ); Fri, 9 Sep 2011 12:20:41 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p89GKfwI026051 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 9 Sep 2011 12:20:41 -0400 Content-Disposition: inline In-Reply-To: <1315402900-8766-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Sep 07, 2011 at 04:41:34PM +0300, Avi Kivity wrote: > Some mindless emulator cleanups while waiting for autotest. > > Avi Kivity (6): > KVM: x86 emulator: simplify emulate_2op_SrcV() > KVM: x86 emulator: simplify emulate_2op_cl() > KVM: x86 emulator: simplify emulate_2op_cl() > KVM: x86 emulator: simplify emulate_1op() > KVM: x86 emulator: merge the two emulate_1op_rax_rdx implementations > KVM: x86 emulator: simplify emulate_1op_rax_rdx() > > arch/x86/kvm/emulate.c | 225 +++++++++++++++++++----------------------------- > 1 files changed, 89 insertions(+), 136 deletions(-) Applied, thanks.