• S
    KVM: VMX: Intercept guest reserved CR4 bits to inject #GP fault · 2ed41aa6
    Sean Christopherson 提交于
    Intercept CR4 bits that are guest reserved so that KVM correctly injects
    a #GP fault if the guest attempts to set a reserved bit.  If a feature
    is supported by the CPU but is not exposed to the guest, and its
    associated CR4 bit is not intercepted by KVM by default, then KVM will
    fail to inject a #GP if the guest sets the CR4 bit without triggering
    an exit, e.g. by toggling only the bit in question.
    
    Note, KVM doesn't give the guest direct access to any CR4 bits that are
    also dependent on guest CPUID.  Yet.
    Signed-off-by: NSean Christopherson <sean.j.christopherson@intel.com>
    Message-Id: <20200930041659.28181-5-sean.j.christopherson@intel.com>
    Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
    2ed41aa6
vmx.c 221.5 KB