[GIT PULL] KVM: x86: Documentation updates for 6.7

From: Sean Christopherson
Date: Fri Oct 27 2023 - 16:49:48 EST


Doc updates for 6.7. The bulk is a cleanup of the kvm_mmu_page docs, which are
sadly already stale because I neglected to update the docs when removing the
TDP MMU's async root zapping :-(

The following changes since commit 5804c19b80bf625c6a9925317f845e497434d6d3:

Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into HEAD (2023-09-23 05:35:55 -0400)

are available in the Git repository at:

https://github.com/kvm-x86/linux.git tags/kvm-x86-docs-6.7

for you to fetch changes up to b35babd3abea081de0611ce0d5b85281c18c52c7:

KVM: x86/pmu: Add documentation for fixed ctr on PMU filter (2023-09-27 14:23:51 -0700)

----------------------------------------------------------------
KVM x86 Documentation updates for 6.7:

- Fix various typos, notably a confusing reference to the non-existent
"struct kvm_vcpu_event" (the actual structure is kvm_vcpu_events, plural).

- Update x86's kvm_mmu_page documentation to bring it closer to the code
(this raced with the removal of async zapping and so the documentation is
already stale; my bad).

- Document the behavior of x86 PMU filters on fixed counters.

----------------------------------------------------------------
Jinrong Liang (1):
KVM: x86/pmu: Add documentation for fixed ctr on PMU filter

Michal Luczaj (1):
KVM: Correct kvm_vcpu_event(s) typo in KVM API documentation

Mingwei Zhang (6):
KVM: Documentation: Add the missing description for guest_mode in kvm_mmu_page_role
KVM: Documentation: Update the field name gfns and its description in kvm_mmu_page
KVM: Documentation: Add the missing description for ptep in kvm_mmu_page
KVM: Documentation: Add the missing description for tdp_mmu_root_count into kvm_mmu_page
KVM: Documentation: Add the missing description for mmu_valid_gen into kvm_mmu_page
KVM: Documentation: Add the missing description for tdp_mmu_page into kvm_mmu_page

Documentation/virt/kvm/api.rst | 36 +++++++++++++++++++++++--------
Documentation/virt/kvm/x86/mmu.rst | 43 ++++++++++++++++++++++++++++++--------
2 files changed, 61 insertions(+), 18 deletions(-)