VirtualBox

Changeset 51235 in vbox


Ignore:
Timestamp:
May 12, 2014 12:15:17 PM (11 years ago)
Author:
vboxsync
Message:

Instrumented cpumMsrWr_Ia32SysEnterEip with a LogRel for tracking the #GP(0) issue on the P4 Xeon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp

    r51233 r51235  
    568568        return VINF_SUCCESS;
    569569    }
     570#ifdef IN_RING3
     571    LogRel(("CPUM: IA32_SYSENTER_EIP not canonical! %#llx\n", uValue));
     572#else
    570573    Log(("CPUM: IA32_SYSENTER_EIP not canonical! %#llx\n", uValue));
     574#endif
    571575    return VERR_CPUM_RAISE_GP_0;
    572576}
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