From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: [PATCH 1/4] Add definition for IGNNE MSR Date: Mon, 15 Jun 2009 15:21:22 +0200 Message-ID: <1245072085-8504-2-git-send-email-agraf@suse.de> References: <1245072085-8504-1-git-send-email-agraf@suse.de> To: kvm@vger.kernel.org Return-path: Received: from cantor.suse.de ([195.135.220.2]:36506 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759738AbZFONVX (ORCPT ); Mon, 15 Jun 2009 09:21:23 -0400 Received: from relay2.suse.de (relay-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 8A2CC8FEA2 for ; Mon, 15 Jun 2009 15:21:25 +0200 (CEST) In-Reply-To: <1245072085-8504-1-git-send-email-agraf@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: Hyper-V tried to access MSR_IGNNE, so let's at least have a definition for it in our headers. Signed-off-by: Alexander Graf --- arch/x86/include/asm/msr-index.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h index ec41fc1..e273549 100644 --- a/arch/x86/include/asm/msr-index.h +++ b/arch/x86/include/asm/msr-index.h @@ -372,6 +372,7 @@ /* AMD-V MSRs */ #define MSR_VM_CR 0xc0010114 +#define MSR_VM_IGNNE 0xc0010115 #define MSR_VM_HSAVE_PA 0xc0010117 #endif /* _ASM_X86_MSR_INDEX_H */ -- 1.6.0.2