vbox的更動 62745 路徑 trunk/src/VBox/Storage/QCOW.cpp
- 時間撮記:
- 2016-7-30 下午03:56:16 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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 {
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器