Re: [PATCH] x86/mm: Check cc_vendor when printing memory encryption info

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/9/23 08:14, Jeremi Piotrowski wrote:
...
>  	pr_info("Memory Encryption Features active:");
>  
> -	if (cpu_feature_enabled(X86_FEATURE_TDX_GUEST)) {
> +	if (cc_vendor == CC_VENDOR_INTEL) {
>  		pr_cont(" Intel TDX\n");
>  		return;
>  	}

Why aren't these guests setting X86_FEATURE_TDX_GUEST?




[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux