On 5/22/2026 7:16 AM, Lisa Wang wrote:
+/* + * Filter CPUID based on TDX supported capabilities + * + * Input Args: + * vm - Virtual Machine + * cpuid_data - CPUID fields to filter + * + * Output Args: None + * + * Return: None + * + * For each CPUID leaf, filter out non-supported bits based on the capabilities reported + * by the TDX module + */
s/non-supported/unsupported/ and break the line to <80 chars

