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)
commit8deb03e75f6048b33b80025b6475c92975670c5b
tree83a4657c56d047eea8218e32218eda63db8b1c23
parentd38ea9579ce34dfe22378788e99f26eab31ea064
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