Changeset 41774 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 16, 2012 2:44:06 PM (13 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r40237 r41774 773 773 * Check and see if RTR0MemObjAllocPhysNC works. 774 774 */ 775 #if 0 /* later, see #3170. */775 #if 0 /* later, see @bufref{3170}. */ 776 776 RTR0MEMOBJ MemObj; 777 777 rc = RTR0MemObjAllocPhysNC(&MemObj, _64K, NIL_RTHCPHYS); -
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r41772 r41774 2101 2101 * of the page containing the instruction via the guest's page tables (we would invalidate the guest page 2102 2102 * 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}. 2104 2104 */ 2105 2105 if ( rc == VINF_SUCCESS … … 2123 2123 2124 2124 /* 2125 * Same case as PGMR0Trap0eHandlerNPMisconfig(). See comment above, #6043.2125 * Same case as PGMR0Trap0eHandlerNPMisconfig(). See comment above, @bugref{6043}. 2126 2126 */ 2127 2127 if ( rc == VINF_SUCCESS
Note:
See TracChangeset
for help on using the changeset viewer.