summaryrefslogtreecommitdiffstats
path: root/block/vmdk.c
Commit message (Expand)AuthorAgeFilesLines
* block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-3/+5
* vmdk: Add migration blockerKevin Wolf2011-11-231-1/+15
* Include zlib.h using #include <>Stefan Weil2011-11-211-1/+1
* block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf2011-11-111-2/+2
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-10-311-7/+21
|\
| * vmdk: Fix possible segfaultsKevin Wolf2011-10-281-1/+6
| * vmdk: Improve error handlingKevin Wolf2011-10-281-6/+15
| * vmdk: Fix use of uninitialised valueKevin Wolf2011-10-281-1/+1
* | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-10-311-2/+1
|\ \ | |/ |/|
| * vmdk: vmdk_read_cid returns garbage if p_name is NULLPavel Borzenkov2011-10-261-1/+1
| * vmdk: remove unneeded variable assignmentPavel Borzenkov2011-10-261-1/+0
* | block: change flush to co_flushPaolo Bonzini2011-10-211-4/+4
* | block: take lock around bdrv_write implementationsPaolo Bonzini2011-10-211-1/+12
* | block: take lock around bdrv_read implementationsPaolo Bonzini2011-10-211-1/+12
* | block: add a CoMutex to synchronous read driversPaolo Bonzini2011-10-211-0/+2
* | vmdk: clean up openPaolo Bonzini2011-10-211-22/+15
* | vmdk: fix return values of vmdk_parent_openPaolo Bonzini2011-10-211-6/+9
|/
* VMDK: fix leak of extent_fileFam Zheng2011-09-201-4/+10
* VMDK: bugfix, opening vSphere 4 exported imageFam Zheng2011-09-061-2/+7
* VMDK: bugfix, open Haiku vmdk imageFam Zheng2011-09-061-4/+11
* VMDK: creating streamOptimized subformatFam Zheng2011-09-061-6/+12
* VMDK: read/write compressed extentFam Zheng2011-09-061-11/+100
* VMDK: Opening compressed extent.Fam Zheng2011-09-061-0/+16
* VMDK: separate vmdk_read_extent/vmdk_write_extentFam Zheng2011-09-061-9/+45
* VMDK: add twoGbMaxExtentSparse supportFam Zheng2011-09-061-50/+83
* VMDK: enable twoGbMaxExtentFlatFam Zheng2011-09-061-1/+3
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-11/+11
* block: add bdrv_get_allocated_file_size() operationFam Zheng2011-07-191-0/+24
* VMDK: fix coding styleFam Zheng2011-07-191-30/+46
* VMDK: create different subformatsFam Zheng2011-07-191-229/+274
* VMDK: open/read/write for monolithicFlat imageFam Zheng2011-07-191-13/+158
* VMDK: change get_cluster_offset return typeFam Zheng2011-07-191-37/+42
* VMDK: move 'static' cid_update flag to bs fieldFam Zheng2011-07-191-3/+3
* VMDK: flush multiple extentsFam Zheng2011-07-191-1/+11
* VMDK: add field BDRVVmdkState.desc_offsetFam Zheng2011-07-191-9/+18
* VMDK: separate vmdk_open by format versionFam Zheng2011-07-191-66/+112
* VMDK: probe for monolithicFlat imagesFam Zheng2011-07-191-2/+43
* VMDK: bugfix, align offset to cluster in get_whole_clusterFam Zheng2011-07-191-3/+5
* VMDK: introduce VmdkExtentFam Zheng2011-07-191-102/+246
* vmdk: fix endianness bugsAlexander Graf2011-06-081-8/+14
* block: Remove unused s->hd in various driversKevin Wolf2010-11-241-1/+0
* block: Allow bdrv_flush to return errorsKevin Wolf2010-11-041-2/+2
* vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-5/+5
* vmdk: Convert to bdrv_openKevin Wolf2010-05-031-30/+21
* vmdk: Clean up backing file handlingKevin Wolf2010-05-031-49/+9
* vmdk: Fix COWKevin Wolf2010-05-031-24/+11
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-1/+1
* Replace calls of old bdrv_openKevin Wolf2010-04-231-1/+1
* vmdk: share cleanup codeJuan Quintela2010-03-091-9/+4
OpenPOWER on IntegriCloud