Re: [PATCH 1/4] selftests: sev_migrate_tests: free all VMs

From: Paolo Bonzini
Date: Wed Nov 17 2021 - 13:25:16 EST


On 11/17/21 17:52, Peter Gonda wrote:
I think we are still missing the kvm_vm_free() from
test_sev_migrate_locking(). Should we have this at the end?

for (i = 0; i < NR_LOCK_TESTING_THREADS; ++i)
kvm_vm_free(input[i].vm);

Yes, we should. Thanks!

Paolo