• A
    KVM: VMX: Relax check on unusable segment · f0495f9b
    Avi Kivity 提交于
    Some userspace (e.g. QEMU 1.1) munge the d and g bits of segment
    descriptors, causing us not to recognize them as unusable segments
    with emulate_invalid_guest_state=1.  Relax the check by testing for
    segment not present (a non-present segment cannot be usable).
    Signed-off-by: NAvi Kivity <avi@redhat.com>
    f0495f9b
vmx.c 208.7 KB