KVM: x86: Clean up KVM_CAP_X86_USER_SPACE_MSR documentation
authorSean Christopherson <seanjc@google.com>
Wed, 31 Aug 2022 00:17:06 +0000 (00:17 +0000)
committerSean Christopherson <seanjc@google.com>
Thu, 1 Dec 2022 00:19:43 +0000 (16:19 -0800)
commit1f158147181b83c5ae02273d0b3b9eddaebcc854
tree0dba7accc8bd2cf5959aca04dc01e4fbf0660401
parentb93d2ec34ef368bb854289db99d8d6ca7f523e25
KVM: x86: Clean up KVM_CAP_X86_USER_SPACE_MSR documentation

Clean up the KVM_CAP_X86_USER_SPACE_MSR documentation to eliminate
misleading and/or inconsistent verbiage, and to actually document what
accesses are intercepted by which flags.

  - s/will/may since not all #GPs are guaranteed to be intercepted
  - s/deflect/intercept to align with common KVM terminology
  - s/user space/userspace to align with the majority of KVM docs
  - Avoid using "trap" terminology, as KVM exits to userspace _before_
    stepping, i.e. doesn't exhibit trap-like behavior
  - Actually document the flags

Signed-off-by: Sean Christopherson <seanjc@google.com>
Link: https://lore.kernel.org/r/20220831001706.4075399-4-seanjc@google.com
Documentation/virt/kvm/api.rst