]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl() helpers
authorSean Christopherson <seanjc@google.com>
Tue, 15 Feb 2022 19:05:21 +0000 (11:05 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 11 Jun 2022 14:15:23 +0000 (10:15 -0400)
commitb3f1bc6fbd8c6c46475c307c10e3e228ab5d339d
tree61b940c3ad29930712ed0414a8c54e240c554317
parent79c77e51fea898e1cc7f3d3b4fb3bf69bbdfeb00
KVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl() helpers

Use the recently introduced vCPU-specific ioctl() helpers instead of
open coding calls to ioctl() just to pretty print the ioctl name.

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/include/x86_64/processor.h
tools/testing/selftests/kvm/kvm_binary_stats_test.c
tools/testing/selftests/kvm/lib/kvm_util.c
tools/testing/selftests/kvm/lib/x86_64/processor.c