VirtualBox

Changeset 41774 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 16, 2012 2:44:06 PM (13 years ago)
Author:
vboxsync
Message:

bugref..

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

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

    r40237 r41774  
    773773             * Check and see if RTR0MemObjAllocPhysNC works.
    774774             */
    775 #if 0 /* later, see #3170. */
     775#if 0 /* later, see @bufref{3170}. */
    776776            RTR0MEMOBJ MemObj;
    777777            rc = RTR0MemObjAllocPhysNC(&MemObj, _64K, NIL_RTHCPHYS);
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r41772 r41774  
    21012101             * of the page containing the instruction via the guest's page tables (we would invalidate the guest page
    21022102             * in the host TLB), resume execution which would cause a guest page fault to let the guest handle this
    2103              * weird case. See #6043.
     2103             * weird case. See @bugref{6043}.
    21042104             */
    21052105            if (   rc == VINF_SUCCESS
     
    21232123
    21242124        /*
    2125          * Same case as PGMR0Trap0eHandlerNPMisconfig(). See comment above, #6043.
     2125         * Same case as PGMR0Trap0eHandlerNPMisconfig(). See comment above, @bugref{6043}.
    21262126         */
    21272127        if (   rc == VINF_SUCCESS
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