Changeset 1910 in vbox for trunk/src/VBox
- Timestamp:
- Apr 4, 2007 8:08:58 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20160
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VmdkHDD.cpp
r1742 r1910 210 210 static DECLCALLBACK(void *) vmdkQueryInterface(PPDMIBASE pInterface, PDMINTERFACE enmInterface); 211 211 212 #if 0 212 213 static int vmdk_probe(const uint8_t *buf, int buf_size, const char *filename) 213 214 { … … 223 224 return 0; 224 225 } 226 #endif 225 227 226 228 static int vmdk_open(PVMDKDISK pDisk, const char *filename, bool fReadOnly) … … 470 472 } 471 473 474 #if 0 472 475 static int vmdk_is_allocated(BDRVVmdkState *s, int64_t sector_num, 473 476 int nb_sectors, int *pnum) … … 484 487 return (cluster_offset != 0); 485 488 } 489 #endif 486 490 487 491 static int vmdk_read(BDRVVmdkState *s, int64_t sector_num,
Note:
See TracChangeset
for help on using the changeset viewer.