]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Fix references to non-existent KVM_CAP_TRIPLE_FAULT_EVENT
authorSean Christopherson <seanjc@google.com>
Wed, 1 Jun 2022 19:16:53 +0000 (12:16 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 11 Jun 2022 14:14:28 +0000 (10:14 -0400)
commit5b833642476ddb1d71ef43d272aeacc58bf38bb1
tree83a4657c56d047eea8218e32218eda63db8b1c23
parent53f6d6b3ebbd0693731ddf5f56a46ae1398ffb3a
KVM: Fix references to non-existent KVM_CAP_TRIPLE_FAULT_EVENT

The x86-only KVM_CAP_TRIPLE_FAULT_EVENT was (appropriately) renamed to
KVM_CAP_X86_TRIPLE_FAULT_EVENT when the patches were applied, but the
docs and selftests got left behind.  Fix them.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virt/kvm/api.rst
tools/testing/selftests/kvm/x86_64/triple_fault_event_test.c