]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: selftests: Rename vm_create_without_vcpus() => vm_create()
authorSean Christopherson <seanjc@google.com>
Tue, 19 Apr 2022 21:16:34 +0000 (14:16 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 11 Jun 2022 15:46:34 +0000 (11:46 -0400)
commitc7d5fd950491052fddd07272ab99be7f4879a00d
treef83f6486efbadcbdaec0b10a54cc5355d90a59ba
parent2efe561be9f3a1b9abfe191b8a7622d1e449353d
KVM: selftests: Rename vm_create_without_vcpus() => vm_create()

Rename vm_create_without_vcpus() to vm_create() so that it's not
misconstrued as helper that creates a VM that can never have vCPUs, as
opposed to a helper that "just" creates a VM without vCPUs added at time
zero.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/aarch64/psci_test.c
tools/testing/selftests/kvm/dirty_log_test.c
tools/testing/selftests/kvm/hardware_disable_test.c
tools/testing/selftests/kvm/include/kvm_util_base.h
tools/testing/selftests/kvm/lib/kvm_util.c
tools/testing/selftests/kvm/x86_64/pmu_event_filter_test.c
tools/testing/selftests/kvm/x86_64/set_boot_cpu_id.c