[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] tools/cpuid: Update xen-cpuid for Coffee Lake processors
Just SGX Launch Configuration is missing for one of my test boxes. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- CC: Jan Beulich <JBeulich@xxxxxxxx> CC: Wei Liu <wei.liu2@xxxxxxxxxx> CC: Roger Pau Monné <roger.pau@xxxxxxxxxx> --- tools/misc/xen-cpuid.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/misc/xen-cpuid.c b/tools/misc/xen-cpuid.c index d87a72e..2e4ca57 100644 --- a/tools/misc/xen-cpuid.c +++ b/tools/misc/xen-cpuid.c @@ -127,6 +127,8 @@ static const char *str_7c0[32] = [14] = "avx512_vpopcntdq", [22] = "rdpid", + + [30] = "sgx-lc", }; static const char *str_e7d[32] = -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |