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

Mingwei Zhang posted 6 patches 2 years, 4 months ago
Documentation/virt/kvm/x86/mmu.rst | 43 +++++++++++++++++++++++-------
1 file changed, 34 insertions(+), 9 deletions(-)
[PATCH v4 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
Posted by Mingwei Zhang 2 years, 4 months ago
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
-- 
2.42.0.283.g2d96d420d3-goog
Re: [PATCH v4 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
Posted by Sean Christopherson 2 years, 4 months ago
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