KVM: SVM: Move Nested SVM Implementation to nested.c
authorJoerg Roedel <jroedel@suse.de>
Tue, 24 Mar 2020 09:41:52 +0000 (10:41 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 3 Apr 2020 14:53:55 +0000 (10:53 -0400)
commit883b0a91f41ab705daa04c24e59d708e457a0bed
tree84f3964388094a5815f6ddf21b1f3c7632fe0910
parent46a010dd6896045484c7749b3d30b685c649eb18
KVM: SVM: Move Nested SVM Implementation to nested.c

Split out the code for the nested SVM implementation and move it to a
separate file.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
Message-Id: <20200324094154.32352-3-joro@8bytes.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/Makefile
arch/x86/kvm/svm/nested.c [new file with mode: 0644]
arch/x86/kvm/svm/svm.c
arch/x86/kvm/svm/svm.h [new file with mode: 0644]