Re: [PATCH 4/4] KVM: SEV: Do COPY_ENC_CONTEXT_FROM with both VMs locked

From: Paolo Bonzini
Date: Wed Nov 17 2021 - 13:27:32 EST


On 11/17/21 18:46, Peter Gonda wrote:
+ if (dst_kvm == src_kvm)
+ return -EINVAL;
+
Worth adding a migrate/mirror from self fails tests in
test_sev_(migrate|mirror)_parameters()? I guess it's already covered
by "the source cannot be SEV enabled" test cases.


It was covered by the locking test (which does not check i != j). There's no equivalent for the operation of creating a mirror VM, I can add it in v2.

Paolo