summaryrefslogtreecommitdiff
path: root/qemu-io-cmds.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-iotests: test zone append operationSam Li2023-05-151-0/+75
* block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...Sam Li2023-05-151-0/+149
* qemu-io: add -r option to register I/O bufferStefan Hajnoczi2023-02-091-75/+129
* qemu-io: use BdrvRequestFlags instead of intStefan Hajnoczi2023-02-091-6/+7
* block/qapi: Add indentation to bdrv_node_info_dump()Hanna Reitz2023-02-011-1/+2
* block: Improve empty format-specific info dumpHanna Reitz2023-02-011-2/+2
* qemu-io: do not reinvent the blk_pwrite_zeroes wheelPaolo Bonzini2023-01-241-47/+10
* block: Change blk_pwrite_compressed() param orderAlberto Faria2022-07-121-1/+1
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-2/+2
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-1/+1
* block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria2022-07-121-6/+12
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into st...Peter Maydell2022-03-091-11/+5
|\
| * qemu-io: Allow larger write zeroes under no fallbackEric Blake2022-03-071-6/+3
| * qemu-io: Utilize 64-bit status during mapEric Blake2022-03-071-5/+2
* | osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
|/
* block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf2021-07-091-6/+1
* qemu-io-cmds: assert that we don't have .perm requested in no-blk caseVladimir Sementsov-Ogievskiy2021-06-021-2/+12
* monitor: hmp_qemu_io: acquire aio contex, fix crashVladimir Sementsov-Ogievskiy2021-05-141-4/+4
* qemu-io: add preallocate mode parameter for truncate commandVladimir Sementsov-Ogievskiy2020-12-181-14/+32
* qemu-io-cmds: Simplify help_onelineDr. David Alan Gilbert2020-10-021-9/+2
* block: nbd: Fix convert qcow2 compressed to nbdNir Soffer2020-07-281-1/+1
* block-backend: Add flags to blk_truncate()Kevin Wolf2020-04-301-1/+1
* block: Pass truncate exact=true where reasonableMax Reitz2019-10-281-1/+6
* block: Add @exact parameter to bdrv_co_truncate()Max Reitz2019-10-281-1/+1
* qemu-io: Don't leak pattern file in error pathKevin Wolf2019-09-131-0/+4
* qemu-io: add pattern file for write commandDenis Plotnikov2019-09-031-6/+93
* qemu-io-cmds: use clock_gettime for benchmarkingAlex Bennée2019-06-121-39/+38
* block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORSAlberto Garcia2019-05-201-4/+3
* block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster2019-04-181-1/+1
* qemu-io: Add write -n for BDRV_REQ_NO_FALLBACKKevin Wolf2019-03-261-2/+11
* 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/+136
* 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/+0
* 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/+32
* 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