summaryrefslogtreecommitdiffstats
path: root/block/vmdk.c
Commit message (Expand)AuthorAgeFilesLines
* block: Add options QDict to bdrv_open() prototypeKevin Wolf2013-03-151-1/+1
* block: Add options QDict to .bdrv_open()Kevin Wolf2013-03-151-1/+1
* vmdk: Allow space in file namePhilipp Hahn2013-02-011-9/+1
* vmdk: Allow selecting SCSI adapter in image creationOthmar Pasteka2013-02-011-3/+28
* block: Use error code EMEDIUMTYPE for wrong format in some block driversStefan Weil2013-01-251-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* migration: move include files to include/migration/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* vmdk: Fix data corruption bug in WRITE and READ handlingGerhard Wiesinger2012-11-141-2/+8
* vmdk: relative_path: use pstrcpy in place of strncpyJim Meyering2012-10-051-2/+1
* block: vmdk image file reopenJeff Cody2012-09-241-0/+35
* vmdk: Read footer for streamOptimized imagesKevin Wolf2012-08-171-0/+56
* vmdk: Fix header structureKevin Wolf2012-08-171-1/+1
* block: Convert close calls to qemu_closeCorey Bryant2012-08-151-2/+2
* block: Convert open calls to qemu_openCorey Bryant2012-08-151-12/+9
* block: push recursive flushing up from driversPaolo Bonzini2012-04-051-2/+2
* block/vmdk: Fix warning from splint (comparision of unsigned value)Stefan Weil2012-03-071-1/+1
* 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
OpenPOWER on IntegriCloud