summaryrefslogtreecommitdiff
path: root/block/blkverify.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet1-1/+16
2014-02-21blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.Benoît Canet1-106/+2
2014-02-21block: Remove bdrv_open_image()'s force_raw optionMax Reitz1-2/+2
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz1-0/+2
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-1/+1
2014-01-24block: Create authorizations mechanism for external snapshot and resize.Benoît Canet1-1/+1
2014-01-22blkverify: Don't require protocol filenameMax Reitz1-1/+3
2014-01-22blkverify: Allow command-line configurationMax Reitz1-20/+5
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz1-1/+1
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite1-1/+1
2013-10-11blkverify: Employ error parameterMax Reitz1-6/+5
2013-10-11block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet1-0/+2
2013-09-12block: Error parameter for open functionsMax Reitz1-2/+6
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-1/+2
2013-09-06block: make bdrv_delete() staticFam Zheng1-2/+2
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf1-2/+1
2013-04-22blkverify: Use bdrv_open options instead of filenameKevin Wolf1-29/+85
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf1-2/+3
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi1-2/+2
2012-01-26block: replace unchecked strdup/malloc/calloc with glibStefan Hajnoczi1-2/+2
2011-12-15block: bdrv_aio_* do not return NULLPaolo Bonzini1-16/+8
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi1-9/+0
2010-11-04block: avoid a warning on 64 bit hosts with long as int64_tBlue Swirl1-2/+2
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-2/+2
2010-10-22block: Use GCC_FMT_ATTR and fix a format errorStefan Weil1-2/+3
2010-09-22block-verify: fix 32-bit buildAnthony Liguori1-1/+1
2010-09-21blkverify: Add block driver for verifying I/OStefan Hajnoczi1-0/+382