Changeset 26491 in vbox
- Timestamp:
- Feb 14, 2010 7:47:12 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57661
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGFMem.cpp
r25647 r26491 509 509 } 510 510 511 -
trunk/src/VBox/VMM/EMHwaccm.cpp
r26146 r26491 599 599 } 600 600 601 -
trunk/src/VBox/VMM/HWACCMInternal.h
r26103 r26491 572 572 RTUINT uCurrentASID; 573 573 574 /** World switch exit counter. */ 574 /** World switch exit counter. */ 575 575 volatile uint32_t cWorldSwitchExit; 576 576 uint32_t u32Alignment; -
trunk/src/VBox/VMM/MMHeap.cpp
r20774 r26491 697 697 } 698 698 699 -
trunk/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp
r26479 r26491 1100 1100 1101 1101 LogRel(("%s: Request %#p failed with rc=%Rrc, migrating endpoint %s to failsafe manager.\n", 1102 RTThreadGetName(pAioMgr->Thread), pTask, rcReq, pEndpoint->Core.pszUri)); 1102 RTThreadGetName(pAioMgr->Thread), pTask, rcReq, pEndpoint->Core.pszUri)); 1103 1103 1104 1104 pEndpoint->AioMgr.fMoving = true; -
trunk/src/VBox/VMM/PGM.cpp
r26437 r26491 4490 4490 } 4491 4491 4492 -
trunk/src/VBox/VMM/PGMGst.h
r20374 r26491 137 137 } 138 138 139 -
trunk/src/VBox/VMM/PGMGstDefs.h
r17215 r26491 133 133 #endif 134 134 135 -
trunk/src/VBox/VMM/PGMInternal.h
r26364 r26491 3365 3365 #endif 3366 3366 3367 -
trunk/src/VBox/VMM/PGMShw.h
r24077 r26491 266 266 } 267 267 268 269 -
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r26262 r26491 3425 3425 } 3426 3426 3427 -
trunk/src/VBox/VMM/VMMCodingGuidelines.cpp
r9212 r26491 42 42 * The rules: 43 43 * 44 * - When declaring pointers in shared structures use the RCPTRTYPE(), 44 * - When declaring pointers in shared structures use the RCPTRTYPE(), 45 45 * R0PTRTYPE() and R3PTRTYPE() macros. 46 46 * -
trunk/src/VBox/VMM/VMMGC/MMRamGC.cpp
r19015 r26491 264 264 } 265 265 266 -
trunk/src/VBox/VMM/VMMGC/PGMGCBth.h
r20374 r26491 27 27 RT_C_DECLS_END 28 28 29 -
trunk/src/VBox/VMM/VMMGC/PGMGCGst.h
r8155 r26491 79 79 #endif 80 80 81 -
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r22890 r26491 594 594 } 595 595 596 -
trunk/src/VBox/VMM/VMMR0/PGMR0Bth.h
r26234 r26491 28 28 RT_C_DECLS_END 29 29 30 -
trunk/src/VBox/VMM/VMReq.cpp
r25759 r26491 1270 1270 } 1271 1271 1272 1273 1274 -
trunk/src/VBox/VMM/testcase/Makefile.kmk
r26224 r26491 392 392 run-struct-tests: $(VBOX_VMM_TESTCASE_OUT_DIR)/tstAsmStructs.run $(VBOX_VMM_TESTCASE_OUT_DIR)/tstVMStructSize.run 393 393 394
Note:
See TracChangeset
for help on using the changeset viewer.