VirtualBox

Ignore:
Timestamp:
Jun 9, 2016 5:52:51 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107976
Message:

DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot return VINF_EM_DBG_EVENT from an MSR handler, VMCPU_FF_DBGF was introduced as an alternative.

File:
1 edited

Legend:

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

    r61212 r61628  
    859859     * Must do this in raw mode (!); XP boot will fail otherwise.
    860860     */
     861RTLogPrintf("pgmPoolAccessPfHandlerFlush\n");
    861862    VBOXSTRICTRC rc2 = EMInterpretInstructionDisasState(pVCpu, pDis, pRegFrame, pvFault, EMCODETYPE_ALL);
    862863    if (rc2 == VINF_SUCCESS)
     
    10251026     * Interpret the instruction.
    10261027     */
     1028RTLogPrintf("pgmPoolAccessPfHandlerSimple\n");
    10271029    VBOXSTRICTRC rc = EMInterpretInstructionDisasState(pVCpu, pDis, pRegFrame, pvFault, EMCODETYPE_ALL);
    10281030    if (RT_SUCCESS(rc))
Note: See TracChangeset for help on using the changeset viewer.

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