Changeset 40006 in vbox
- Timestamp:
- Feb 6, 2012 10:49:51 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76117
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDev.h
r39825 r40006 1247 1247 * Shared region description 1248 1248 */ 1249 typedef struct 1249 typedef struct VMMDEVSHAREDREGIONDESC 1250 1250 { 1251 1251 RTGCPTR64 GCRegionAddr; -
trunk/include/VBox/vmm/gmm.h
r40005 r40006 30 30 #include <VBox/sup.h> 31 31 #include <VBox/param.h> 32 #include <VBox/ostypes.h> 33 #include <VBox/VMMDev.h> 32 34 #include <iprt/avl.h> 33 35 -
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r40005 r40006 4193 4193 AssertPtrReturn(pszVersion, VERR_INVALID_POINTER); 4194 4194 4195 4195 4196 Log(("GMMR0RegisterSharedModule %s %s base %RGv size %x\n", pszModuleName, pszVersion, GCBaseAddr, cbModule)); 4196 4197
Note:
See TracChangeset
for help on using the changeset viewer.