Changeset 2833 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 24, 2007 9:58:44 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21455
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp
r2742 r2833 578 578 } 579 579 580 /* Force readonly for images without base/diff consistency checking. */ 581 if (uOpenFlags & VD_OPEN_FLAGS_INFO) 582 uOpenFlags |= VD_OPEN_FLAGS_READONLY; 583 580 584 /* Set up image descriptor. */ 581 585 PVDIMAGE pImage = (PVDIMAGE)RTMemAllocZ(sizeof(VDIMAGE)); … … 622 626 * or normal, all others must be normal images. */ 623 627 if ( VBOX_SUCCESS(rc) 628 && !(uOpenFlags & VD_OPEN_FLAGS_INFO) 624 629 && pDisk->cImages != 0 625 630 && enmImageType != VD_IMAGE_TYPE_NORMAL)
Note:
See TracChangeset
for help on using the changeset viewer.