VirtualBox

Changeset 65174 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jan 6, 2017 10:04:20 AM (8 years ago)
Author:
vboxsync
Message:

IEM: Additional L7 ging for exception dispatching.

File:
1 edited

Legend:

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

    r64655 r65174  
    45204520        return iemRaiseGeneralProtectionFault(pVCpu, 0);
    45214521    }
     4522    Log7(("iemRaiseXcptOrIntInProtMode: new EIP=%#x CS=%#x\n", uNewEip, NewCS));
    45224523
    45234524    /* Calc the flag image to push. */
     
    45534554        if (rcStrict != VINF_SUCCESS)
    45544555            return rcStrict;
     4556        Log7(("iemRaiseXcptOrIntInProtMode: New SS=%#x ESP=%#x (from TSS); current SS=%#x ESP=%#x\n", NewSS, uNewEsp, pCtx->ss.Sel, pCtx->esp));
    45554557
    45564558        /* Check that there is sufficient space for the stack frame. */
     
    46054607            uStackFrame.pu32[3] = pCtx->esp;
    46064608            uStackFrame.pu32[4] = pCtx->ss.Sel;
     4609            Log7(("iemRaiseXcptOrIntInProtMode: 32-bit push SS=%#x ESP=%#x\n", pCtx->ss.Sel, pCtx->esp));
    46074610            if (fEfl & X86_EFL_VM)
    46084611            {
     
    46234626            uStackFrame.pu16[3] = pCtx->sp;
    46244627            uStackFrame.pu16[4] = pCtx->ss.Sel;
     4628            Log7(("iemRaiseXcptOrIntInProtMode: 16-bit push SS=%#x SP=%#x\n", pCtx->ss.Sel, pCtx->sp));
    46254629            if (fEfl & X86_EFL_VM)
    46264630            {
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