VirtualBox

Changeset 3279 in vbox


Ignore:
Timestamp:
Jun 25, 2007 3:28:24 PM (18 years ago)
Author:
vboxsync
Message:

Log VMXON failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r3216 r3279  
    7979    if (VBOX_FAILURE(rc))
    8080    {
     81#ifdef DEBUG
     82        if (rc == VERR_VMX_GENERIC)
     83        {
     84            RTCCUINTREG instrError;
     85
     86            VMXReadVMCS(VMX_VMCS_RO_VM_INSTR_ERROR, &instrError);
     87            Log(("VMXEnable -> generic error %x\n", instrError));
     88        }
     89        else
     90            Log(("VMXEnable failed with %Vrc\n", rc));
     91#endif
    8192        return rc;
    8293    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette