aboutsummaryrefslogtreecommitdiff
path: root/qemu-io-cmds.c
AgeCommit message (Expand)Author
2020-12-18qemu-io: add preallocate mode parameter for truncate commandVladimir Sementsov-Ogievskiy
2020-10-02qemu-io-cmds: Simplify help_onelineDr. David Alan Gilbert
2020-07-28block: nbd: Fix convert qcow2 compressed to nbdNir Soffer
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf
2019-10-28block: Pass truncate exact=true where reasonableMax Reitz
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz
2019-09-13qemu-io: Don't leak pattern file in error pathKevin Wolf
2019-09-03qemu-io: add pattern file for write commandDenis Plotnikov
2019-06-12qemu-io-cmds: use clock_gettime for benchmarkingAlex Bennée
2019-05-20block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORSAlberto Garcia
2019-04-18block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster
2019-03-26qemu-io: Add write -n for BDRV_REQ_NO_FALLBACKKevin Wolf
2019-03-12block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia
2019-03-12block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich
2019-01-31qemu-io: Add generic function for reinitializing optind.Richard W.M. Jones
2018-12-14block: Remove flags parameter from bdrv_reopen_queue()Alberto Garcia
2018-12-14qemu-io: Put flag changes in the options QDict in reopen_f()Alberto Garcia
2018-11-05qemu-io-cmds: Fix two format stringsStefan Weil
2018-10-01qemu-io: Fix writethrough check in reopenAlberto Garcia
2018-06-11qemu-io: Let command functions return error codeMax Reitz
2018-06-11qemu-io: Drop command functions' return valuesMax Reitz
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2017-12-22block: Keep nodes drained between reopen_queue/multipleKevin Wolf
2017-10-26qemu-io: Relax 'alloc' now that block-status doesn't assertEric Blake
2017-09-26qemu-io: Drop write permissions before read-only reopenKevin Wolf
2017-08-08qemu-io: Allow reopen read-writeKevin Wolf
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis
2017-05-11qemu-io: Switch 'map' output to byte-based reportingEric Blake
2017-05-11qemu-io: Switch 'alloc' command to byte-based lengthEric Blake
2017-05-11qemu-io: Improve alignment checksEric Blake
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-04-11qemu-io-cmds: Use bdrv_coroutine_enterFam Zheng
2017-04-03qemu-io-cmds: Assert that global and nofile commands don't use ct->permsPeter Maydell
2017-02-28hmp: Request permissions in qemu-ioKevin Wolf
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster
2017-02-23util/cutils: New qemu_strtosz()Markus Armbruster
2017-02-12qemu-io: don't allow I/O operations larger than BDRV_REQUEST_MAX_BYTESAlberto Garcia
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2016-10-28clean-up: removed duplicate #includesAnand J
2016-10-28qemu-io: acquire AioContextPaolo Bonzini
2016-10-28block: prepare bdrv_reopen_multiple to release AioContextPaolo Bonzini
2016-09-05block: switch blk_write_compressed() to byte-based interfacePavel Butsykin
2016-07-20block: Convert BB interface to byte-based discardsEric Blake
2016-07-13qemu-io: Use correct range limitationsMax Reitz
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini