• Avi Kivity's avatar
    KVM: VMX: Return 0 from a failed VMREAD · a295673a
    Avi Kivity authored
    If we execute VMREAD during reboot we'll just skip over it.  Instead of
    returning garbage, return 0, which has a much smaller chance of confusing
    the code.  Otherwise we risk a flood of debug printk()s which block the
    reboot process if a serial console or netconsole is enabled.
    Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
    a295673a
vmx.c 113 KB