]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbec77d4f997cd54dfc0b7b0190e02bf0a02d4545
tree84f3964388094a5815f6ddf21b1f3c7632fe0910
parent813482ab530dd2fd3db9ec2041a2d24f8d743b19
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]