summaryrefslogtreecommitdiffstats
path: root/qemu-io-cmds.c
Commit message (Expand)AuthorAgeFilesLines
* block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia2019-03-121-1/+1
* block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia2019-03-121-1/+1
* bdrv_query_image_info Error parameter addedAndrey Shinkevich2019-02-111-1/+6
* qemu-io: Add generic function for reinitializing optind.Richard W.M. Jones2019-01-311-1/+1
* block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia2018-12-141-1/+1
* qemu-io: Put flag changes in the options QDict in reopen_f()Alberto Garcia2018-12-141-1/+26
* qemu-io-cmds: Fix two format stringsStefan Weil2018-11-051-2/+2
* qemu-io: Fix writethrough check in reopenAlberto Garcia2018-10-011-1/+1
* qemu-io: Let command functions return error codeMax Reitz2018-06-111-143/+203
* qemu-io: Drop command functions' return valuesMax Reitz2018-06-111-158/+136Star
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
* block: Keep nodes drained between reopen_queue/multipleKevin Wolf2017-12-221-0/+3
* qemu-io: Relax 'alloc' now that block-status doesn't assertEric Blake2017-10-261-13/+0Star
* qemu-io: Drop write permissions before read-only reopenKevin Wolf2017-09-261-0/+12
* qemu-io: Allow reopen read-writeKevin Wolf2017-08-081-2/+17
* block: Add PreallocMode to blk_truncate()Max Reitz2017-07-111-1/+1
* block: Make bdrv_is_allocated() byte-basedEric Blake2017-07-101-38/+32Star
* block: change variable names in BlockDriverStateManos Pitsidianakis2017-06-261-23/+23
* qemu-io: Switch 'map' output to byte-based reportingEric Blake2017-05-111-5/+6
* qemu-io: Switch 'alloc' command to byte-based lengthEric Blake2017-05-111-12/+18
* qemu-io: Improve alignment checksEric Blake2017-05-111-10/+10
* block: Add errp to b{lk,drv}_truncate()Max Reitz2017-04-281-2/+3
* qemu-io-cmds: Use bdrv_coroutine_enterFam Zheng2017-04-111-1/+1
* qemu-io-cmds: Assert that global and nofile commands don't use ct->permsPeter Maydell2017-04-031-0/+7
* hmp: Request permissions in qemu-ioKevin Wolf2017-02-281-0/+28
* util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster2017-02-231-1/+4
* util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster2017-02-231-3/+7
* util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster2017-02-231-6/+1Star
* util/cutils: New qemu_strtosz()Markus Armbruster2017-02-231-1/+1
* qemu-io: don't allow I/O operations larger than BDRV_REQUEST_MAX_BYTESAlberto Garcia2017-02-121-7/+13
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2016-10-311-1/+0Star
|\
| * clean-up: removed duplicate #includesAnand J2016-10-281-1/+0Star
* | qemu-io: acquire AioContextPaolo Bonzini2016-10-281-0/+4
* | block: prepare bdrv_reopen_multiple to release AioContextPaolo Bonzini2016-10-281-1/+1
|/
* block: switch blk_write_compressed() to byte-based interfacePavel Butsykin2016-09-051-1/+1
* block: Convert BB interface to byte-based discardsEric Blake2016-07-201-2/+1Star
* qemu-io: Use correct range limitationsMax Reitz2016-07-131-7/+7
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-131-2/+2
* block: Rename blk_write_zeroes()Eric Blake2016-05-251-11/+11
* qemu-iotests: Fix regression in 136 on aio_read invalidEric Blake2016-05-191-4/+16
* qemu-io: Fix recent UI updatesEric Blake2016-05-191-2/+3
* block: Remove bdrv_aio_multiwrite()Kevin Wolf2016-05-191-203/+0Star
* qemu-io: Add 'write -z -u' to test MAY_UNMAP flagEric Blake2016-05-121-3/+21
* qemu-io: Add 'write -f' to test FUA flagEric Blake2016-05-121-16/+41
* qemu-io: Allow unaligned access by defaultEric Blake2016-05-121-56/+17Star
* qemu-io: Use bool for command line flagsEric Blake2016-05-121-47/+47
* qemu-io: Switch to byte-based block accessEric Blake2016-05-121-52/+10Star
* block: Switch blk_*write_zeroes() to byte interfaceEric Blake2016-05-121-4/+2Star
* block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake2016-05-121-1/+1
* qemu-io: Fix memory leak in 'aio_write -z'Kevin Wolf2016-05-121-0/+1