• A
    KVM: VMX: Return 0 from a failed VMREAD · a295673a
    Avi Kivity 提交于
    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: NAvi Kivity <avi@redhat.com>
    a295673a
vmx.c 113.2 KB