Merge branch 'kvm-sev-cgroup' into HEAD

This commit is contained in:
Paolo Bonzini
2021-04-22 02:39:48 -04:00
887 changed files with 7672 additions and 3862 deletions

View File

@@ -427,7 +427,6 @@ static void nested_vmcb02_prepare_save(struct vcpu_svm *svm, struct vmcb *vmcb12
nested_vmcb02_compute_g_pat(svm);
/* Load the nested guest state */
if (svm->nested.vmcb12_gpa != svm->nested.last_vmcb12_gpa) {
new_vmcb12 = true;
svm->nested.last_vmcb12_gpa = svm->nested.vmcb12_gpa;