Changeset 31380 in vbox for trunk/src/VBox
- Timestamp:
- Aug 5, 2010 7:33:32 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64437
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxHDD.cpp
r31258 r31380 1490 1490 size_t cbWriteCopy = 0; 1491 1491 size_t cbReadImage = 0; 1492 int rc;1493 1492 1494 1493 LogFlowFunc(("pIoCtx=%#p\n", pIoCtx)); -
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r31185 r31380 4827 4827 uint32_t aGTDataTmp[VMDK_GT_CACHELINE_SIZE]; 4828 4828 uint32_t uGTHash, uGTBlockIndex; 4829 uint64_t uG DIndex, uGTSector, uRGTSector, uGTBlock;4829 uint64_t uGTSector, uRGTSector, uGTBlock; 4830 4830 uint64_t uSector = pGrainAlloc->uSector; 4831 4831 PVMDKGTCACHEENTRY pGTCacheEntry; … … 4952 4952 uint64_t cbWrite) 4953 4953 { 4954 uint64_t uGDIndex, uGTSector, uRGTSector , uGTBlock;4954 uint64_t uGDIndex, uGTSector, uRGTSector; 4955 4955 uint64_t cbExtentSize; 4956 uint32_t aGTDataTmp[VMDK_GT_CACHELINE_SIZE];4957 4956 PVMDKGRAINALLOCASYNC pGrainAlloc = NULL; 4958 4957 PVMDKIMAGE pImage = pExtent->pImage;
Note:
See TracChangeset
for help on using the changeset viewer.