[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250620183308.197917-1-pbonzini@redhat.com>
Date: Fri, 20 Jun 2025 14:33:05 -0400
From: Paolo Bonzini <pbonzini@...hat.com>
To: linux-kernel@...r.kernel.org,
kvm@...r.kernel.org,
pbonzini@...hat.com,
seanjc@...gle.com
Cc: rick.p.edgecombe@...el.com,
kai.huang@...el.com,
adrian.hunter@...el.com,
reinette.chatre@...el.com,
xiaoyao.li@...el.com,
tony.lindgren@...el.com,
isaku.yamahata@...el.com,
yan.y.zhao@...el.com,
mikko.ylinen@...ux.intel.com,
kirill.shutemov@...el.com,
jiewen.yao@...el.com,
binbin.wu@...ux.intel.com
Subject: [PATCH v3 0/3] TDX attestation support and GHCI fixup
The userspace API is the same as in v2, consolidating everything into a
single KVM_EXIT_TDX where userspace is free to ignore unknown TDVMCALLs.
Together with this I have written an extra small series that adds supported
TDVMCALLs in the KVM_TDX_CAPABILITIES output, and also adds
SetupEventNotifyInterrupt support. I'd rather include it in 6.16 but
also it's better to do that as soon as the spec is finalized rather than
earlier.
Since there's nothing really interesting in there, I'll hold on it for
a couple weeks hoping for more movement on the spec side.
Paolo
Binbin Wu (3):
KVM: TDX: Add new TDVMCALL status code for unsupported subfuncs
KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>
KVM: TDX: Exit to userspace for GetTdVmCallInfo
Documentation/virt/kvm/api.rst | 59 +++++++++++++++++++++-
arch/x86/include/asm/shared/tdx.h | 1 +
arch/x86/kvm/vmx/tdx.c | 83 ++++++++++++++++++++++++++++---
include/uapi/linux/kvm.h | 22 ++++++++
4 files changed, 157 insertions(+), 8 deletions(-)
--
2.43.5
Powered by blists - more mailing lists