Changeset 62745 in vbox
- Timestamp:
- Jul 30, 2016 3:56:16 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109323
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/QCOW.cpp
r62744 r62745 34 34 #include "VDBackends.h" 35 35 36 /** 37 * The QCOW backend implements support for the qemu copy on write format (short QCOW) 36 /** @page pg_storage_qcow QCOW Storage Backend 37 * The QCOW backend implements support for the qemu copy on write format (short QCOW). 38 38 * There is no official specification available but the format is described 39 39 * at http://people.gnome.org/~markmc/qcow-image-format.html for version 2 … … 53 53 *********************************************************************************************************************************/ 54 54 55 #pragma pack(1) 55 #pragma pack(1) /* Completely unnecessary. */ 56 56 typedef struct QCowHeader 57 57 {
Note:
See TracChangeset
for help on using the changeset viewer.