aboutsummaryrefslogtreecommitdiffstats
path: root/block/vmdk.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-05block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi1-3/+5
2011-11-23vmdk: Add migration blockerKevin Wolf1-1/+15
2011-11-21Include zlib.h using #include <>Stefan Weil1-1/+1
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf1-2/+2
2011-10-31Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-7/+21
2011-10-31Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-2/+1
2011-10-28vmdk: Fix possible segfaultsKevin Wolf1-1/+6
2011-10-28vmdk: Improve error handlingKevin Wolf1-6/+15
2011-10-28vmdk: Fix use of uninitialised valueKevin Wolf1-1/+1
2011-10-26vmdk: vmdk_read_cid returns garbage if p_name is NULLPavel Borzenkov1-1/+1
2011-10-26vmdk: remove unneeded variable assignmentPavel Borzenkov1-1/+0
2011-10-21block: change flush to co_flushPaolo Bonzini1-4/+4
2011-10-21block: take lock around bdrv_write implementationsPaolo Bonzini1-1/+12
2011-10-21block: take lock around bdrv_read implementationsPaolo Bonzini1-1/+12
2011-10-21block: add a CoMutex to synchronous read driversPaolo Bonzini1-0/+2
2011-10-21vmdk: clean up openPaolo Bonzini1-22/+15
2011-10-21vmdk: fix return values of vmdk_parent_openPaolo Bonzini1-6/+9
2011-09-20VMDK: fix leak of extent_fileFam Zheng1-4/+10
2011-09-06VMDK: bugfix, opening vSphere 4 exported imageFam Zheng1-2/+7
2011-09-06VMDK: bugfix, open Haiku vmdk imageFam Zheng1-4/+11
2011-09-06VMDK: creating streamOptimized subformatFam Zheng1-6/+12
2011-09-06VMDK: read/write compressed extentFam Zheng1-11/+100
2011-09-06VMDK: Opening compressed extent.Fam Zheng1-0/+16
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