Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit c2cedf7

Browse files
ehabkostavikivity
authored andcommitted
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 <[email protected]> Signed-off-by: Avi Kivity <[email protected]>
1 parent 13673a9 commit c2cedf7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

arch/x86/kvm/kvm_svm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <linux/kvm_host.h>
88
#include <asm/msr.h>
99

10-
#include "svm.h"
10+
#include <asm/svm.h>
1111

1212
static const u32 host_save_user_msrs[] = {
1313
#ifdef CONFIG_X86_64

0 commit comments

Comments
 (0)