On Mon, Aug 08, 2022 at 10:47:18AM +0700, Bagas Sanjaya <bagasdotme@xxxxxxxxx> wrote: > On Sun, Aug 07, 2022 at 03:00:45PM -0700, isaku.yamahata@xxxxxxxxx wrote: > > From: Isaku Yamahata <isaku.yamahata@xxxxxxxxx> > > > > KVM TDX basic feature support > > > > Hello. This is v8 the patch series vof KVM TDX support. > > This is based on v5.19-rc8 + kvm/queue branch + TDX HOST patch series. > > The tree can be found at https://github.com/intel/tdx/tree/kvm-upstream > > How to run/test: It's describe at https://github.com/intel/tdx/wiki/TDX-KVM > > > > Major changes from v7: > > - Use xarray to track whether GFN is private or shared. Drop SPTE_SHARED_MASK. > > The complex state machine with SPTE_SHARED_MASK was ditched. > > - Large page support is implemented. But will be posted as independent RFC patch. > > - fd-based private page v7 is integrated. This is mostly same to Chao's patches. > > It's in github. > > > > Thanks, > > Isaku Yamahata > > > > Hi, thanks for the series. > > When building htmldocs, I found new warnings: > > Documentation/x86/tdx.rst:69: WARNING: Unexpected indentation. > Documentation/x86/tdx.rst:70: WARNING: Block quote ends without a blank line; unexpected unindent. > Documentation/virt/kvm/tdx-tdp-mmu.rst: WARNING: document isn't included in any toctree > > I have applied the fixup (also with line blocks to code blocks conversion): Thanks. I'll apply them. -- Isaku Yamahata <isaku.yamahata@xxxxxxxxx>