aboutsummaryrefslogtreecommitdiff
path: root/qemu-io-cmds.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-10qemu-io: add cvtnum() error handling for zone commandsStefan Hajnoczi1-1/+47
2023-10-12block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCKKevin Wolf1-0/+3
2023-05-15qemu-iotests: test zone append operationSam Li1-0/+75
2023-05-15block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...Sam Li1-0/+149
2023-02-09qemu-io: add -r option to register I/O bufferStefan Hajnoczi1-75/+129
2023-02-09qemu-io: use BdrvRequestFlags instead of intStefan Hajnoczi1-6/+7
2023-02-01block/qapi: Add indentation to bdrv_node_info_dump()Hanna Reitz1-1/+2
2023-02-01block: Improve empty format-specific info dumpHanna Reitz1-2/+2
2023-01-24qemu-io: do not reinvent the blk_pwrite_zeroes wheelPaolo Bonzini1-47/+10
2022-07-12block: Change blk_pwrite_compressed() param orderAlberto Faria1-1/+1
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-2/+2
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria1-1/+1
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria1-6/+12
2022-03-09Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into st...Peter Maydell1-11/+5
2022-03-07qemu-io: Allow larger write zeroes under no fallbackEric Blake1-6/+3
2022-03-07qemu-io: Utilize 64-bit status during mapEric Blake1-5/+2
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2021-07-09block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf1-6/+1
2021-06-02qemu-io-cmds: assert that we don't have .perm requested in no-blk caseVladimir Sementsov-Ogievskiy1-2/+12
2021-05-14monitor: hmp_qemu_io: acquire aio contex, fix crashVladimir Sementsov-Ogievskiy1-4/+4
2020-12-18qemu-io: add preallocate mode parameter for truncate commandVladimir Sementsov-Ogievskiy1-14/+32
2020-10-02qemu-io-cmds: Simplify help_onelineDr. David Alan Gilbert1-9/+2
2020-07-28block: nbd: Fix convert qcow2 compressed to nbdNir Soffer1-1/+1
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf1-1/+1
2019-10-28block: Pass truncate exact=true where reasonableMax Reitz1-1/+6
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz1-1/+1
2019-09-13qemu-io: Don't leak pattern file in error pathKevin Wolf1-0/+4
2019-09-03qemu-io: add pattern file for write commandDenis Plotnikov1-6/+93
2019-06-12qemu-io-cmds: use clock_gettime for benchmarkingAlex Bennée1-39/+38
2019-05-20block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORSAlberto Garcia1-4/+3
2019-04-18block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster1-1/+1
2019-03-26qemu-io: Add write -n for BDRV_REQ_NO_FALLBACKKevin Wolf1-2/+11
2019-03-12block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia1-1/+1
2019-03-12block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia1-1/+1
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich1-1/+6
2019-01-31qemu-io: Add generic function for reinitializing optind.Richard W.M. Jones1-1/+1
2018-12-14block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia1-1/+1
2018-12-14qemu-io: Put flag changes in the options QDict in reopen_f()Alberto Garcia1-1/+26
2018-11-05qemu-io-cmds: Fix two format stringsStefan Weil1-2/+2
2018-10-01qemu-io: Fix writethrough check in reopenAlberto Garcia1-1/+1
2018-06-11qemu-io: Let command functions return error codeMax Reitz1-143/+203
2018-06-11qemu-io: Drop command functions' return valuesMax Reitz1-158/+136
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2017-12-22block: Keep nodes drained between reopen_queue/multipleKevin Wolf1-0/+3
2017-10-26qemu-io: Relax 'alloc' now that block-status doesn't assertEric Blake1-13/+0
2017-09-26qemu-io: Drop write permissions before read-only reopenKevin Wolf1-0/+12
2017-08-08qemu-io: Allow reopen read-writeKevin Wolf1-2/+17
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz1-1/+1
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake1-38/+32
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis1-23/+23