aboutsummaryrefslogtreecommitdiff
path: root/block/blkverify.c
AgeCommit message (Expand)Author
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