KVM: selftests: Use vm_create_without_vcpus() in dirty_log_test
authorSean Christopherson <seanjc@google.com>
Mon, 18 Apr 2022 20:02:55 +0000 (13:02 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 11 Jun 2022 15:46:31 +0000 (11:46 -0400)
commit4acefa385c8233de756b450f87188ebadf3a3591
tree6a65374d08b737770955456c39784ace1cedb318
parentbb47ed8b71d06d7ede40374fd3064e2457eafb62
KVM: selftests: Use vm_create_without_vcpus() in dirty_log_test

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

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