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