Searched hist:a78593fd8717349852fa9a3f7292516edc5b50ea (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/kvm/lib/aarch64/ |
H A D | processor.c | diff a78593fd8717349852fa9a3f7292516edc5b50ea Thu Feb 17 19:57:06 CET 2022 Sean Christopherson <seanjc@google.com> KVM: selftests: Use KVM_IOCTL_ERROR() for one-off arm64 ioctls
Use the KVM_IOCTL_ERROR() macro to generate error messages for a handful of one-off arm64 ioctls. The calls in question are made without an associated struct kvm_vm/kvm_vcpu as they are used to configure those structs, i.e. can't be easily converted to e.g. vcpu_ioctl().
Signed-off-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|