• P
    kvm: x86: zero EFER on INIT · 5690891b
    Paolo Bonzini 提交于
    Not zeroing EFER means that a 32-bit firmware cannot enter paging mode
    without clearing EFER.LME first (which it should not know about).
    Yang Zhang from Intel confirmed that the manual is wrong and EFER is
    cleared to zero on INIT.
    
    Fixes: d28bc9dd
    Cc: stable@vger.kernel.org
    Cc: Yang Z Zhang <yang.z.zhang@intel.com>
    Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
    5690891b
vmx.c 306.0 KB