Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2cedf7b authored by Eduardo Habkost's avatar Eduardo Habkost Committed by Avi Kivity
Browse files

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: default avatarEduardo Habkost <ehabkost@redhat.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 13673a90
Loading
Loading
Loading
Loading
+0 −0

File moved.

+1 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@
#include <linux/kvm_host.h>
#include <linux/kvm_host.h>
#include <asm/msr.h>
#include <asm/msr.h>


#include "svm.h"
#include <asm/svm.h>


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