We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f670634 commit f1187efCopy full SHA for f1187ef
arch/x86/kvm/svm/sev.c
@@ -1739,7 +1739,7 @@ static void sev_migrate_from(struct kvm *dst_kvm, struct kvm *src_kvm)
1739
* Note, the source is not required to have the same number of
1740
* vCPUs as the destination when migrating a vanilla SEV VM.
1741
*/
1742
- src_vcpu = kvm_get_vcpu(dst_kvm, i);
+ src_vcpu = kvm_get_vcpu(src_kvm, i);
1743
src_svm = to_svm(src_vcpu);
1744
1745
/*
0 commit comments