On Mon, 2021-04-19 at 18:01 +0800, Yang Zhong wrote: > From: Sean Christopherson <sean.j.christopher...@intel.com> > > KVM_CAP_SGX_ATTRIBUTE is a proposed capability for Intel SGX that can be > used by userspace to enable privileged attributes, e.g. access to the > PROVISIONKEY. > > Signed-off-by: Sean Christopherson <sean.j.christopher...@intel.com> > Signed-off-by: Yang Zhong <yang.zh...@intel.com> > --- > linux-headers/linux/kvm.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h > index 020b62a619..0961b03007 100644 > --- a/linux-headers/linux/kvm.h > +++ b/linux-headers/linux/kvm.h > @@ -1056,6 +1056,7 @@ struct kvm_ppc_resize_hpt { > #define KVM_CAP_ENFORCE_PV_FEATURE_CPUID 190 > #define KVM_CAP_SYS_HYPERV_CPUID 191 > #define KVM_CAP_DIRTY_LOG_RING 192 > +#define KVM_CAP_SGX_ATTRIBUTE 195 > > This needs to be changed to 196, since KVM SGX code has changed to 196.
- [PATCH 15/32] i386: Propagate SGX CPUID sub-leafs to KVM Yang Zhong
- [PATCH 09/32] i386: Add SGX CPUID leaf FEAT_SGX_12_1_EAX Yang Zhong
- [PATCH 08/32] i386: Add SGX CPUID leaf FEAT_SGX_12_0_EBX Yang Zhong
- [PATCH 20/32] i386: acpi: Add SGX EPC entry to ACPI tables Yang Zhong
- [PATCH 14/32] i386: kvm: Add support for exposing PROVISIONKEY ... Yang Zhong
- [PATCH 07/32] i386: Add SGX CPUID leaf FEAT_SGX_12_0_EAX Yang Zhong
- [PATCH 22/32] i440fx: Add support for SGX EPC Yang Zhong
- [PATCH 19/32] i386/pc: Add e820 entry for SGX EPC section(s) Yang Zhong
- [PATCH 12/32] i386: Update SGX CPUID info according to hardware... Yang Zhong
- [PATCH 13/32] linux-headers: Add placeholder for KVM_CAP_SGX_AT... Yang Zhong
- Re: [PATCH 13/32] linux-headers: Add placeholder for KVM_C... Kai Huang
- [PATCH 26/32] hmp: Add 'info sgx' command Yang Zhong
- [PATCH 23/32] hostmem: Add the reset interface for EPC backend ... Yang Zhong
- [PATCH 16/32] Adjust min CPUID level to 0x12 when SGX is enable... Yang Zhong
- [PATCH 24/32] sgx-epc: Add the reset interface for sgx-epc virt... Yang Zhong
- [PATCH 29/32] qmp: Add the qmp_query_sgx_capabilities() Yang Zhong
- [PATCH 27/32] i386: Add sgx_get_info() interface Yang Zhong
- [PATCH 18/32] hw/i386/pc: Account for SGX EPC sections when cal... Yang Zhong
- [PATCH 28/32] bitops: Support 32 and 64 bit mask macro Yang Zhong
- [PATCH 32/32] doc: Add the SGX doc Yang Zhong