v2: Pre-requisite patch from Sean. Paul Durrant (1): KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURES Sean Christopherson (1): KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flows arch/x86/include/asm/kvm_host.h | 1 + arch/x86/include/asm/processor.h | 5 +- arch/x86/include/uapi/asm/kvm_para.h | 1 + arch/x86/kernel/kvm.c | 2 +- arch/x86/kvm/cpuid.c | 93 +++++++++++++++++++--------- 5 files changed, 71 insertions(+), 31 deletions(-) --- Cc: Paolo Bonzini <pbonzini@xxxxxxxxxx> Cc: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> Cc: Wanpeng Li <wanpengli@xxxxxxxxxxx> Cc: Jim Mattson <jmattson@xxxxxxxxxx> Cc: Joerg Roedel <joro@xxxxxxxxxx>