On 03/03/20 00:56, Sean Christopherson wrote: > Override CPUID entries with kvm_cpu_caps during KVM_GET_SUPPORTED_CPUID > instead of masking the host CPUID result, which is redundant now that > the host CPUID is incorporated into kvm_cpu_caps at runtime. > > No functional change intended. > > Reviewed-by: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> > Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> The UMIP adjustment is now redundant in vmx_set_supported_cpuid, it's done in the next patch but it makes more sense to remove it here (so the next patch only moves code from set_supported_cpuid to set_cpu_caps). Paolo