aboutsummaryrefslogtreecommitdiff
path: root/block/blkverify.c
AgeCommit message (Expand)Author
2016-05-19block: Propagate AioContext change to all childrenMax Reitz
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf
2015-10-16blkverify: Fix BDS leak in .bdrv_open error pathKevin Wolf
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-10-16blkverify: Convert s->test_file to BdrvChildKevin Wolf
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster
2014-09-22block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng
2014-09-22blkverify: Drop blkverify_aiocb_info.cancelFam Zheng
2014-08-29blkverify: Fix leak of opts in blkverify_openFam Zheng
2014-08-20blkverify: Implement bdrv_refresh_filename()Max Reitz
2014-06-04blkverify: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi
2014-03-13block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet
2014-02-21blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.Benoît Canet
2014-02-21block: Remove bdrv_open_image()'s force_raw optionMax Reitz
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-01-24block: Create authorizations mechanism for external snapshot and resize.Benoît Canet
2014-01-22blkverify: Don't require protocol filenameMax Reitz
2014-01-22blkverify: Allow command-line configurationMax Reitz
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite
2013-10-11blkverify: Employ error parameterMax Reitz
2013-10-11block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet
2013-09-12block: Error parameter for open functionsMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-09-06block: make bdrv_delete() staticFam Zheng
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf
2013-04-22blkverify: Use bdrv_open options instead of filenameKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi
2012-01-26block: replace unchecked strdup/malloc/calloc with glibStefan Hajnoczi
2011-12-15block: bdrv_aio_* do not return NULLPaolo Bonzini
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi
2010-11-04block: avoid a warning on 64 bit hosts with long as int64_tBlue Swirl
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf
2010-10-22block: Use GCC_FMT_ATTR and fix a format errorStefan Weil
2010-09-22block-verify: fix 32-bit buildAnthony Liguori
2010-09-21blkverify: Add block driver for verifying I/OStefan Hajnoczi