VirtualBox

Changeset 42404 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 26, 2012 5:10:37 AM (12 years ago)
Author:
vboxsync
Message:

VMM/PGMR0: comment.

File:
1 edited

Legend:

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

    r42345 r42404  
    479479    if (rc == VINF_PGM_SYNCPAGE_MODIFIED_PDE)
    480480        rc = VINF_SUCCESS;
    481     /* Note: hack alert for difficult to reproduce problem. */
     481    /*
     482     * Handle the case where we cannot interpret the instruction because we cannot get the guest physical address
     483     * via its page tables, see @bugref{6043}.
     484     */
    482485    else if (   rc == VERR_PAGE_NOT_PRESENT                 /* SMP only ; disassembly might fail. */
    483486             || rc == VERR_PAGE_TABLE_NOT_PRESENT           /* seen with UNI & SMP */
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