1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/source/cpu
Hairong Chen e8a00ba7da cpu: Discover TDX guests based on cpuid information
NFD already has the capability to discover whether baremetal / host
machines support Intel TDX.  Now, the next step is to add support for
discovering whether a node is TDX protected (as in, a virtual machine
started using Intel TDX).

In order to do so, we've decided to go for a new `cpu-security.tdx`
property, called `protected` (`cpu-security.tdx.protected`).

Signed-off-by: Hairong Chen <hairong.chen@intel.com>
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
2023-06-05 11:06:28 +02:00
..
coprocessor_ppc64le.go source: migrate to structured logging 2023-05-31 14:43:08 +03:00
coprocessor_stub.go cpu: support for detecting nx-gzip coprocessor feature 2023-01-17 23:18:16 -08:00
cpu.go cpu: Discover TDX guests based on cpuid information 2023-06-05 11:06:28 +02:00
cpu_test.go source: make per-source unit tests stricter 2021-12-03 10:26:26 +02:00
cpuid_amd64.go source/cpu: implement FeatureSource 2021-11-11 18:33:40 +02:00
cpuid_linux_arm.go source/cpu: fix build flags of cpuid detection 2023-02-17 21:46:05 +02:00
cpuid_linux_arm64.go source/cpu: fix build flags of cpuid detection 2023-02-17 21:46:05 +02:00
cpuid_linux_ppc64le.go source/cpu: fix build flags of cpuid detection 2023-02-17 21:46:05 +02:00
cpuid_linux_s390x.go source/cpu: fix build flags of cpuid detection 2023-02-17 21:46:05 +02:00
cpuid_stub.go source/cpu: fix build flags of cpuid detection 2023-02-17 21:46:05 +02:00
cstate_amd64.go source: migrate to structured logging 2023-05-31 14:43:08 +03:00
cstate_stub.go source/cpu: implement FeatureSource 2021-11-11 18:33:40 +02:00
power_amd64.go source: migrate to structured logging 2023-05-31 14:43:08 +03:00
power_stub.go source/cpu: Fix compile error for non-amd64 arches 2021-11-25 13:41:57 +01:00
pstate_amd64.go source: migrate to structured logging 2023-05-31 14:43:08 +03:00
pstate_stub.go source: fix gofmt errors 2021-10-22 12:01:31 +03:00
rdt_amd64.go source: migrate to structured logging 2023-05-31 14:43:08 +03:00
rdt_stub.go Advertise RDT L3 num_closid 2023-04-06 11:22:55 +02:00
security_amd64.go cpu: Discover TDX guests based on cpuid information 2023-06-05 11:06:28 +02:00
security_s390x.go pkg/utils: move hostpath helpers from source to utils 2022-10-06 14:28:24 +03:00
security_stub.go cpu: re-organize security features 2022-06-28 13:38:31 +03:00