mbox series

[v4,0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role

Message ID 20230912184553.1887764-1-mizhang@google.com (mailing list archive)
Headers show
Series Update document description for kvm_mmu_page and kvm_mmu_page_role | expand

Message

Mingwei Zhang Sept. 12, 2023, 6:45 p.m. UTC
This is 4th version of the series, minor fixes as follows:
 - correct the descripotion of tdp_mmu_root_count [seanjc]
 - update the descripotion of mmu_valid_gen [seanjc]

v3: https://lore.kernel.org/all/20230801002127.534020-1-mizhang@google.com/

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/x86/mmu.rst | 43 +++++++++++++++++++++++-------
 1 file changed, 34 insertions(+), 9 deletions(-)


base-commit: bfd926291c585600ace63ea3b6eb1458aa067f4f

Comments

Sean Christopherson Sept. 28, 2023, 4:40 p.m. UTC | #1
On Tue, 12 Sep 2023 18:45:47 +0000, Mingwei Zhang wrote:
> This is 4th version of the series, minor fixes as follows:
>  - correct the descripotion of tdp_mmu_root_count [seanjc]
>  - update the descripotion of mmu_valid_gen [seanjc]
> 
> v3: https://lore.kernel.org/all/20230801002127.534020-1-mizhang@google.com/
> 
> 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
> 
> [...]

Applied to kvm-x86 docs, thanks!

[1/6] KVM: Documentation: Add the missing description for guest_mode in kvm_mmu_page_role
      https://github.com/kvm-x86/linux/commit/b207cfbc8c1d
[2/6] KVM: Documentation: Update the field name gfns and its description in kvm_mmu_page
      https://github.com/kvm-x86/linux/commit/fdaca560b6c4
[3/6] KVM: Documentation: Add the missing description for ptep in kvm_mmu_page
      https://github.com/kvm-x86/linux/commit/b40a2455e9eb
[4/6] KVM: Documentation: Add the missing description for tdp_mmu_root_count into kvm_mmu_page
      https://github.com/kvm-x86/linux/commit/6a713928ae1c
[5/6] KVM: Documentation: Add the missing description for mmu_valid_gen into kvm_mmu_page
      https://github.com/kvm-x86/linux/commit/c3204c406b6d
[6/6] KVM: Documentation: Add the missing description for tdp_mmu_page into kvm_mmu_page
      https://github.com/kvm-x86/linux/commit/78b5605d44e6

--
https://github.com/kvm-x86/linux/tree/next