On Thu, Aug 30, 2018 at 7:21 AM, Sean Christopherson <sean.j.christopherson@xxxxxxxxx> wrote: > Ping. > > On Fri, 2018-07-13 at 08:42 -0700, Sean Christopherson wrote: >> The KVM_GUEST_CR0_MASK macro tracks CR0 bits that are forced to zero >> by the VMX architecture, i.e. CR0.{NW,CD} must always be zero in the >> hardware CR0 post-VMXON. Rename the macro to clarify its purpose, >> be consistent with KVM_VM_CR0_ALWAYS_ON and avoid confusion with the >> CR0_GUEST_HOST_MASK field. >> >> Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> Reviewed-by: Jim Mattson <jmattson@xxxxxxxxxx>