Re: [PATCH v15 19/41] KVM: x86: Enable CET virtualization for VMX and advertise to userspace

From: Xiaoyao Li

Date: Fri Sep 19 2025 - 03:10:25 EST


On 9/19/2025 2:05 AM, Sean Christopherson wrote:
On Thu, Sep 18, 2025, Binbin Wu wrote:
On 9/13/2025 7:22 AM, Sean Christopherson wrote:
[...]
+static inline bool cpu_has_vmx_basic_no_hw_errcode(void)
+{
+ return vmcs_config.basic & VMX_BASIC_NO_HW_ERROR_CODE_CC;
+}
+

I think "_cc" should be appended to the function name, although it would make
the function name longer. Without "_cc", the meaning is different and confusing.

+1, got it fixed up.

May I ask what the 'CC' means?