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)
commit21c6ee2b3ac25b36cba22a2c725382ff7706dc95
tree9dbd6857b433cc63df178a579feb67eb6798b1c5
parentcaf12f3b1d629c06634b059acc7b18d05bb5fb94
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