On Tue, Feb 02, 2021, Paolo Bonzini wrote:
If not in long mode, the low bits of CR3 are reserved but not enforced toFixes + Cc:stable@?
be zero, so remove those checks. If in long mode, however, the MBZ bits
extend down to the highest physical address bit of the guest, excluding
the encryption bit.
Make the checks consistent with the above, and match them between
nested_vmcb_checks and KVM_SET_SREGS.
Signed-off-by: Paolo Bonzini<pbonzini@xxxxxxxxxx>Reviewed-by: Sean Christopherson<seanjc@xxxxxxxxxx>