KVM: selftests: Fix a typo in the vcpu_msrs_set assert
authorAaron Lewis <aaronlewis@google.com>
Fri, 9 Dec 2022 20:13:27 +0000 (20:13 +0000)
committerSean Christopherson <seanjc@google.com>
Tue, 24 Jan 2023 18:06:31 +0000 (10:06 -0800)
commitca17899693518acde9ba1adcf46b95d76286106d
treefe6dd3a5c7a834530e1e6a983a963f563c24007a
parentbf10993313e909bbf928bc40fd03141ffe23c7ec
KVM: selftests: Fix a typo in the vcpu_msrs_set assert

The assert incorrectly identifies the ioctl being called.  Switch it
from KVM_GET_MSRS to KVM_SET_MSRS.

Fixes: 6ebfef83f03f ("KVM: selftest: Add proper helpers for x86-specific save/restore ioctls")
Signed-off-by: Aaron Lewis <aaronlewis@google.com>
Reviewed-by: Jim Mattson <jmattson@google.com>
Reviewed-by: Sean Christopherson <seanjc@google.com>
Link: https://lore.kernel.org/r/20221209201326.2781950-1-aaronlewis@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/include/x86_64/processor.h