KVM: selftests: Use vm_create_without_vcpus() in psci_test
authorSean Christopherson <seanjc@google.com>
Mon, 18 Apr 2022 20:16:39 +0000 (13:16 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 11 Jun 2022 15:46:32 +0000 (11:46 -0400)
commit47b1e0ec2e1460b25674ba947723052919da7e67
treecc99a3116684ff085dfb3bc63cf797b6ac279530
parent3c16181b2652e4e99b478e2c0251aaa24a15e695
KVM: selftests: Use vm_create_without_vcpus() in psci_test

Use vm_create_without_vcpus() instead of open coding a rough equivalent
in psci_test.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/aarch64/psci_test.c