]> 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)
commitcf74f5b50cd6da21d8a35729666a29357464d0dc
tree84f3964388094a5815f6ddf21b1f3c7632fe0910
parent1a883b11243fda5db08de61f2cd5613d8ffb43fc
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]