From: Eduardo Habkost Date: Mon, 17 Nov 2008 21:03:14 +0000 (-0200) Subject: KVM: SVM: move svm.h to include/asm X-Git-Tag: v2.6.29-rc1~539^2~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2cedf7be2017e3264c93a4c0d75b1d96d0d7104;p=profile%2Fivi%2Fkernel-x86-ivi.git KVM: SVM: move svm.h to include/asm svm.h will be used by core code that is independent of KVM, so I am moving it outside the arch/x86/kvm directory. Signed-off-by: Eduardo Habkost Signed-off-by: Avi Kivity --- diff --git a/arch/x86/kvm/svm.h b/arch/x86/include/asm/svm.h similarity index 100% rename from arch/x86/kvm/svm.h rename to arch/x86/include/asm/svm.h diff --git a/arch/x86/kvm/kvm_svm.h b/arch/x86/kvm/kvm_svm.h index 65ef0fc..8e5ee99 100644 --- a/arch/x86/kvm/kvm_svm.h +++ b/arch/x86/kvm/kvm_svm.h @@ -7,7 +7,7 @@ #include #include -#include "svm.h" +#include static const u32 host_save_user_msrs[] = { #ifdef CONFIG_X86_64