summaryrefslogtreecommitdiff
path: root/block/vmdk.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-06VMDK: separate vmdk_read_extent/vmdk_write_extentFam Zheng1-9/+45
2011-09-06VMDK: add twoGbMaxExtentSparse supportFam Zheng1-50/+83
2011-09-06VMDK: enable twoGbMaxExtentFlatFam Zheng1-1/+3
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-11/+11
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng1-0/+24
2011-07-19VMDK: fix coding styleFam Zheng1-30/+46
2011-07-19VMDK: create different subformatsFam Zheng1-229/+274
2011-07-19VMDK: open/read/write for monolithicFlat imageFam Zheng1-13/+158
2011-07-19VMDK: change get_cluster_offset return typeFam Zheng1-37/+42
2011-07-19VMDK: move 'static' cid_update flag to bs fieldFam Zheng1-3/+3
2011-07-19VMDK: flush multiple extentsFam Zheng1-1/+11
2011-07-19VMDK: add field BDRVVmdkState.desc_offsetFam Zheng1-9/+18
2011-07-19VMDK: separate vmdk_open by format versionFam Zheng1-66/+112
2011-07-19VMDK: probe for monolithicFlat imagesFam Zheng1-2/+43
2011-07-19VMDK: bugfix, align offset to cluster in get_whole_clusterFam Zheng1-3/+5
2011-07-19VMDK: introduce VmdkExtentFam Zheng1-102/+246
2011-06-08vmdk: fix endianness bugsAlexander Graf1-8/+14
2010-11-24block: Remove unused s->hd in various driversKevin Wolf1-1/+0
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-2/+2
2010-06-22vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-5/+5
2010-05-03vmdk: Convert to bdrv_openKevin Wolf1-30/+21
2010-05-03vmdk: Clean up backing file handlingKevin Wolf1-49/+9
2010-05-03vmdk: Fix COWKevin Wolf1-24/+11
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-1/+1
2010-04-23Replace calls of old bdrv_openKevin Wolf1-1/+1
2010-03-09vmdk: share cleanup codeJuan Quintela1-9/+4
2010-03-09vmdk: fix double freeJuan Quintela1-1/+1
2010-03-09vmdk: make vmdk_snapshot_create return -errnoJuan Quintela1-21/+58
2010-03-09vmdk: return errno instead of -1Juan Quintela1-7/+7
2010-01-26block/vmdk.o: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov1-10/+40
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei1-4/+5
2009-07-22vmdk: Fix backing file handlingKevin Wolf1-14/+15
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf1-3/+15
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf1-2/+26
2009-05-14Move block drivers into their own directoryAnthony Liguori1-0/+833