mbox series

[00/12] Documentation: tdx: documentation fixes

Message ID 20220709042037.21903-1-bagasdotme@gmail.com (mailing list archive)
Headers show
Series Documentation: tdx: documentation fixes | expand

Message

Bagas Sanjaya July 9, 2022, 4:20 a.m. UTC
Here is the documentation fixes for KVM TDX feature tree ([1]). There
are 58 new warnings reported when making htmldocs, which are fixed.

[1]: https://github.com/intel/tdx/tree/kvm-upstream

Bagas Sanjaya (12):
  Documentation: kvm: Pad bullet lists with blank line
  Documentation: kvm: tdx: Use appropriate subbullet marker
  Documentation: kvm: tdx: Add footnote markers
  Documentation: kvm: tdx: Use bullet list for public kvm trees
  Documentation: kvm: tdx: title typofix
  Documentation: kvm: tdx-tdp-mmu: Add blank line padding for lists
  Documentation: kvm: tdx-tdp-mmu: Use literal code block for EPT
    violation diagrams
  Documentation: kvm: tdx-tdp-mmu: Properly format nested list for EPT
    state machine
  Documentation: kvm: tdx-tdp-mmu: Add blank line padding to lists in
    concurrent sections
  Documentation: x86: Enclose TDX initialization code inside code block
  Documentation: x86: Use literal code block for TDX dmesg output
  Documentation: kvm: Add TDX documentation to KVM table of contents

 Documentation/virt/kvm/index.rst       |   4 +
 Documentation/virt/kvm/intel-tdx.rst   | 114 ++++++++++----
 Documentation/virt/kvm/tdx-tdp-mmu.rst | 198 ++++++++++++++++---------
 Documentation/x86/tdx.rst              |  32 ++--
 4 files changed, 229 insertions(+), 119 deletions(-)


base-commit: 7af4efe32638544aecb58ed7365d0ef2ea6f85ea

Comments

Isaku Yamahata July 12, 2022, 7:35 p.m. UTC | #1
On Sat, Jul 09, 2022 at 11:20:26AM +0700,
Bagas Sanjaya <bagasdotme@gmail.com> wrote:

> Here is the documentation fixes for KVM TDX feature tree ([1]). There
> are 58 new warnings reported when making htmldocs, which are fixed.
> 
> [1]: https://github.com/intel/tdx/tree/kvm-upstream

Thank you for those fixes. I'll update the branch and include them for the next
respin.