aboutsummaryrefslogtreecommitdiff
path: root/block/vmdk.c
AgeCommit message (Expand)Author
2012-08-17vmdk: Read footer for streamOptimized imagesKevin Wolf
2012-08-17vmdk: Fix header structureKevin Wolf
2012-08-15block: Convert close calls to qemu_closeCorey Bryant
2012-08-15block: Convert open calls to qemu_openCorey Bryant
2012-04-05block: push recursive flushing up from driversPaolo Bonzini
2012-03-07block/vmdk: Fix warning from splint (comparision of unsigned value)Stefan Weil
2011-12-05block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi
2011-11-23vmdk: Add migration blockerKevin Wolf
2011-11-21Include zlib.h using #include <>Stefan Weil
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf
2011-10-31Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-10-31Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-10-28vmdk: Fix possible segfaultsKevin Wolf
2011-10-28vmdk: Improve error handlingKevin Wolf
2011-10-28vmdk: Fix use of uninitialised valueKevin Wolf
2011-10-26vmdk: vmdk_read_cid returns garbage if p_name is NULLPavel Borzenkov
2011-10-26vmdk: remove unneeded variable assignmentPavel Borzenkov
2011-10-21block: change flush to co_flushPaolo Bonzini
2011-10-21block: take lock around bdrv_write implementationsPaolo Bonzini
2011-10-21block: take lock around bdrv_read implementationsPaolo Bonzini
2011-10-21block: add a CoMutex to synchronous read driversPaolo Bonzini
2011-10-21vmdk: clean up openPaolo Bonzini
2011-10-21vmdk: fix return values of vmdk_parent_openPaolo Bonzini
2011-09-20VMDK: fix leak of extent_fileFam Zheng
2011-09-06VMDK: bugfix, opening vSphere 4 exported imageFam Zheng
2011-09-06VMDK: bugfix, open Haiku vmdk imageFam Zheng
2011-09-06VMDK: creating streamOptimized subformatFam Zheng
2011-09-06VMDK: read/write compressed extentFam Zheng
2011-09-06VMDK: Opening compressed extent.Fam Zheng
2011-09-06VMDK: separate vmdk_read_extent/vmdk_write_extentFam Zheng
2011-09-06VMDK: add twoGbMaxExtentSparse supportFam Zheng
2011-09-06VMDK: enable twoGbMaxExtentFlatFam Zheng
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng
2011-07-19VMDK: fix coding styleFam Zheng
2011-07-19VMDK: create different subformatsFam Zheng
2011-07-19VMDK: open/read/write for monolithicFlat imageFam Zheng
2011-07-19VMDK: change get_cluster_offset return typeFam Zheng
2011-07-19VMDK: move 'static' cid_update flag to bs fieldFam Zheng
2011-07-19VMDK: flush multiple extentsFam Zheng
2011-07-19VMDK: add field BDRVVmdkState.desc_offsetFam Zheng
2011-07-19VMDK: separate vmdk_open by format versionFam Zheng
2011-07-19VMDK: probe for monolithicFlat imagesFam Zheng
2011-07-19VMDK: bugfix, align offset to cluster in get_whole_clusterFam Zheng
2011-07-19VMDK: introduce VmdkExtentFam Zheng
2011-06-08vmdk: fix endianness bugsAlexander Graf
2010-11-24block: Remove unused s->hd in various driversKevin Wolf
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf
2010-06-22vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf