Re: [PATCH v13 03/22] KVM: selftests: Initialize the TDX VM

From: Xiaoyao Li

Date: Tue Jun 16 2026 - 23:54:29 EST


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