]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: selftests: Remove vcpu_get_fd()
authorSean Christopherson <seanjc@google.com>
Tue, 15 Feb 2022 19:24:01 +0000 (11:24 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 11 Jun 2022 14:17:02 +0000 (10:17 -0400)
commit368829f845e9475066d77e6d407c203feeee97cd
tree9dbd6857b433cc63df178a579feb67eb6798b1c5
parent23f41590ba4a7a4ab6b1a3ed37722987ddd52aff
KVM: selftests: Remove vcpu_get_fd()

Drop vcpu_get_fd(), it no longer has any users, and really should not
exist as the framework has failed if tests need to manually operate on
a vCPU fd.

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