summaryrefslogtreecommitdiffstats
path: root/block/blkverify.c
Commit message (Expand)AuthorAgeFilesLines
* blkverify: Fix BDS leak in .bdrv_open error pathKevin Wolf2015-10-161-0/+3
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-14/+19
* blkverify: Convert s->test_file to BdrvChildKevin Wolf2015-10-161-20/+21
* block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf2015-06-121-2/+2
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-201-4/+4
* block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster2014-10-201-6/+6
* block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng2014-09-221-1/+1
* blkverify: Drop blkverify_aiocb_info.cancelFam Zheng2014-09-221-19/+0
* blkverify: Fix leak of opts in blkverify_openFam Zheng2014-08-291-0/+1
* blkverify: Implement bdrv_refresh_filename()Max Reitz2014-08-201-0/+29
* blkverify: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi2014-06-041-13/+34
* block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet2014-03-131-1/+16
* blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.Benoît Canet2014-02-211-106/+2
* block: Remove bdrv_open_image()'s force_raw optionMax Reitz2014-02-211-2/+2
* block: Change BDS parameter of bdrv_open() to **Max Reitz2014-02-211-0/+2
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-1/+1
* block: Create authorizations mechanism for external snapshot and resize.Benoît Canet2014-01-241-1/+1
* blkverify: Don't require protocol filenameMax Reitz2014-01-221-1/+3
* blkverify: Allow command-line configurationMax Reitz2014-01-221-20/+5
* block: Allow reference for bdrv_file_open()Max Reitz2014-01-221-1/+1
* qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite2014-01-061-1/+1
* blkverify: Employ error parameterMax Reitz2013-10-111-6/+5
* block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet2013-10-111-0/+2
* block: Error parameter for open functionsMax Reitz2013-09-121-2/+6
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-121-1/+2
* block: make bdrv_delete() staticFam Zheng2013-09-061-2/+2
* block: Remove filename parameter from .bdrv_file_open()Kevin Wolf2013-04-221-2/+1
* blkverify: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-29/+85
* block: Add options QDict to bdrv_file_open() prototypesKevin Wolf2013-03-221-2/+3
* block: Add options QDict to bdrv_open() prototypeKevin Wolf2013-03-151-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* aio: rename AIOPool to AIOCBInfoStefan Hajnoczi2012-11-141-2/+2
* block: replace unchecked strdup/malloc/calloc with glibStefan Hajnoczi2012-01-261-2/+2
* block: bdrv_aio_* do not return NULLPaolo Bonzini2011-12-151-16/+8
* block: drop redundant bdrv_flush implementationStefan Hajnoczi2011-10-211-9/+0
* block: avoid a warning on 64 bit hosts with long as int64_tBlue Swirl2010-11-041-2/+2
* block: Allow bdrv_flush to return errorsKevin Wolf2010-11-041-2/+2
* block: Use GCC_FMT_ATTR and fix a format errorStefan Weil2010-10-221-2/+3
* block-verify: fix 32-bit buildAnthony Liguori2010-09-221-1/+1
* blkverify: Add block driver for verifying I/OStefan Hajnoczi2010-09-211-0/+382
OpenPOWER on IntegriCloud