summaryrefslogtreecommitdiff
path: root/block/vmdk.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-6/+6
2015-06-12block: Fix reopen flag inheritanceKevin Wolf1-26/+2
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf1-3/+2
2015-06-12vmdk: Use bdrv_open_image()Kevin Wolf1-13/+21
2015-06-12vmdk: Use vmdk_find_index_in_cluster everywhereFam Zheng1-8/+2
2015-06-12vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_statusFam Zheng1-1/+12
2015-05-22vmdk: Fix overflow if l1_size is 0x20000000Fam Zheng1-1/+2
2015-05-22vmdk: Fix next_cluster_sector for compressed writeFam Zheng1-4/+10
2015-04-28vmdk: Widen before shifting 32 bit header fieldFam Zheng1-1/+1
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia1-4/+4
2015-02-16block: vmdk - fixed sizeof() errorJeff Cody1-2/+1
2015-01-23block: vmdk - move string allocations from stack to the heapJeff Cody1-16/+23
2015-01-23block: vmdk - make ret variable usage clearJeff Cody1-6/+8
2015-01-13block/vmdk: Relative backing file for creationMax Reitz1-1/+12
2014-12-12vmdk: Fix error for JSON descriptor file namesMax Reitz1-1/+9
2014-12-10vmdk: Set errp on failures in vmdk_open_vmdk4Fam Zheng1-0/+3
2014-12-10vmdk: Remove unnecessary initializationFam Zheng1-1/+1
2014-12-10vmdk: Check descriptor file length when reading itFam Zheng1-0/+8
2014-12-10vmdk: Clean up descriptor file readingFam Zheng1-2/+3
2014-12-10vmdk: Fix comment to match code of extent linesFam Zheng1-2/+4
2014-12-10vmdk: Use g_random_int to generate CIDFam Zheng1-2/+3
2014-11-14vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_infoFam Zheng1-7/+13
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster1-2/+2
2014-10-03vmdk: Fix integer overflow in offset calculationFam Zheng1-1/+1
2014-09-12block: round up file size to nearest sectorHu Tao1-1/+2
2014-09-08vmdk: fix buf leak in vmdk_parse_extents()Stefan Hajnoczi1-1/+1
2014-09-08vmdk: fix vmdk_parse_extents() extent_file leaksStefan Hajnoczi1-0/+2
2014-08-22vmdk: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster1-6/+5
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-4/+3
2014-08-15vmdk: Handle failure for potentially large allocationsKevin Wolf1-2/+10
2014-08-15vmdk: Optimize cluster allocationFam Zheng1-82/+140
2014-08-15block: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster1-3/+2
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf1-3/+1
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu1-3/+3
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf1-0/+1
2014-06-16cleanup QEMUOptionParameterChunyan Liu1-3/+3
2014-06-16vmdk.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-60/+63
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu1-2/+2
2014-06-04vmdk: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi1-0/+23
2014-05-30vmdk: Fix local_err in vmdk_createFam Zheng1-4/+4
2014-05-09vmdk: Implement .bdrv_get_info()Fam Zheng1-0/+21
2014-05-09vmdk: Implement .bdrv_write_compressedFam Zheng1-0/+14
2014-04-22vmdk: Fix "%x" to PRIx32 in format strings for cidFam Zheng1-5/+5
2014-04-22vmdk: Fix %d and %lld to PRI* in format stringsFam Zheng1-6/+7
2014-02-28block/vmdk: do not report file offset for compressed extentsPeter Lieven1-1/+1
2014-02-21block: do not abuse EMEDIUMTYPEPaolo Bonzini1-2/+4
2014-02-21vmdk: correctly propagate errorsPaolo Bonzini1-5/+6
2014-02-21vmdk: do not try opening a file as both image and descriptorPaolo Bonzini1-7/+15