From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/2] KVM: x86: Removing redundant definitions from emulator Date: Mon, 30 Mar 2015 16:52:20 +0200 Message-ID: <55196324.4010705@redhat.com> References: <1427635984-8113-1-git-send-email-namit@cs.technion.ac.il> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Nadav Amit , mtosatti@redhat.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:32824 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752648AbbC3Ow1 (ORCPT ); Mon, 30 Mar 2015 10:52:27 -0400 In-Reply-To: <1427635984-8113-1-git-send-email-namit@cs.technion.ac.il> Sender: kvm-owner@vger.kernel.org List-ID: On 29/03/2015 15:33, Nadav Amit wrote: > There are several redundant definitions in processor-flags.h and emulator.c. > > Slowly, but surely they will get mixed, so removing those of emulator.c seems > like a reasonable move (unless I am missing something, e.g., kvm-kmod > consideration). > > Nadav Amit (2): > KVM: x86: removing redundant eflags bits definitions > KVM: x86: Remove redundant definitions > > arch/x86/include/asm/kvm_host.h | 5 -- > arch/x86/kvm/emulate.c | 111 ++++++++++++++++++---------------------- > arch/x86/kvm/vmx.c | 18 +++---- > 3 files changed, 58 insertions(+), 76 deletions(-) > Applied, thanks. Paolo