KVM: selftests: Split vcpu_set_nested_state() into two helpers
authorSean Christopherson <seanjc@google.com>
Tue, 15 Feb 2022 18:08:45 +0000 (10:08 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 11 Jun 2022 14:15:16 +0000 (10:15 -0400)
commit1d438b3bc25e7ea2e7af95b9c07d88a287346df1
treeb9d46dfa320fa76ed9bba0ddca2d73cd0e6c2304
parent2ab2c307c734266e3c3e89d14d39c3b2327cb750
KVM: selftests: Split vcpu_set_nested_state() into two helpers

Split vcpu_nested_state_set() into a wrapper that asserts, and an inner
helper that does not.  Passing a bool is all kinds of awful as it's
unintuitive for readers and requires returning an 'int' from a function
that for most users can never return anything other than "success".

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
tools/testing/selftests/kvm/x86_64/vmx_set_nested_state_test.c