Re: [PATCH 6/9] KVM: VMX: simplify invpcid handling in vmx_cpuid_update()

From: Paolo Bonzini
Date: Mon Sep 07 2015 - 07:28:27 EST




On 21/08/2015 06:50, Xiao Guangrong wrote:
> + if (vmx_invpcid_supported() && (!best ||

Please start the "(" subexpression on a new line.

Paolo

> + !(best->ebx & bit(X86_FEATURE_INVPCID)) ||
> + !guest_cpuid_has_pcid(vcpu))) {
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/