All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] TDX host: Provide TDX module metadata reading APIs
@ 2024-03-26 10:23 Kai Huang
  2024-03-26 10:23 ` [PATCH v2 1/5] x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro Kai Huang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kai Huang @ 2024-03-26 10:23 UTC (permalink / raw)
  To: linux-kernel
  Cc: x86, dave.hansen, kirill.shutemov, peterz, tglx, bp, mingo, hpa,
	seanjc, pbonzini, rick.p.edgecombe, isaku.yamahata, jgross,
	binbin.wu, kai.huang

KVM will need to read bunch of TDX module metadata fields to create and
run TDX guests.  In the long term, other in-kernel TDX users, e.g., VT-d
also likely will need to read metadata.  This series provides common APIs
in the TDX host code so that KVM can use.

v1 -> v2:
  - Collect BinBin's tag.
  - Rebase to latest Linus's tree (but can also be cleanly applied to 
    latest tip/master and tip/x86/tdx).

(I dropped KVM list from the To list to stop dumping emails to people's
 mailbox, but keep maintainers Cc'ed.)

v1: https://lore.kernel.org/lkml/cover.1709288433.git.kai.huang@intel.com/T/

Kai Huang (5):
  x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro
  x86/virt/tdx: Move TDMR metadata fields map table to local variable
  x86/virt/tdx: Unbind global metadata read with 'struct
    tdx_tdmr_sysinfo'
  x86/virt/tdx: Support global metadata read for all element sizes
  x86/virt/tdx: Export global metadata read infrastructure

 arch/x86/include/asm/tdx.h  | 22 ++++++++++
 arch/x86/virt/vmx/tdx/tdx.c | 84 +++++++++++++++++++++----------------
 arch/x86/virt/vmx/tdx/tdx.h |  2 -
 3 files changed, 71 insertions(+), 37 deletions(-)


base-commit: 928a87efa42302a23bb9554be081a28058495f22
-- 
2.43.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-03-26 10:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-26 10:23 [PATCH v2 0/5] TDX host: Provide TDX module metadata reading APIs Kai Huang
2024-03-26 10:23 ` [PATCH v2 1/5] x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro Kai Huang
2024-03-26 10:23 ` [PATCH v2 2/5] x86/virt/tdx: Move TDMR metadata fields map table to local variable Kai Huang
2024-03-26 10:23 ` [PATCH v2 3/5] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo' Kai Huang
2024-03-26 10:23 ` [PATCH v2 4/5] x86/virt/tdx: Support global metadata read for all element sizes Kai Huang
2024-03-26 10:23 ` [PATCH v2 5/5] x86/virt/tdx: Export global metadata read infrastructure Kai Huang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.