From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PATCH 0/6] Some emulator cleanups Date: Wed, 7 Sep 2011 16:41:34 +0300 Message-ID: <1315402900-8766-1-git-send-email-avi@redhat.com> To: Marcelo Tosatti , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:31094 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752986Ab1IGQe1 (ORCPT ); Wed, 7 Sep 2011 12:34:27 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p87GYQ51011355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 7 Sep 2011 12:34:27 -0400 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p87DfgOe012448 for ; Wed, 7 Sep 2011 09:43:35 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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(-) -- 1.7.6.1