Re: [PATCH v2 03/25] x86/virt/tdx: Read essential global metadata for KVM

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

 



On Fri, 2024-12-06 at 16:13 +0000, Huang, Kai wrote:
> I think we can add:
> 
> 	if (sysinfo_td_conf->num_cpuid_config <= 32)
> 		return -EINVAL;

Sorry it should be:

	if (sysinfo_td_conf->num_cpuid_config > 32)
		return -EINVAL;




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux