- 365911b qemu-io: add cvtnum() error handling for zone commands by Stefan Hajnoczi · 10 months ago
- 3574499 block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 5 months ago
- fe4fe70 qemu-iotests: test zone append operation by Sam Li · 1 year, 10 months ago
- 6d43eaa block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls by Sam Li · 1 year, 10 months ago
- 00e2a04 qemu-io: add -r option to register I/O buffer by Stefan Hajnoczi · 2 years, 1 month ago
- 1321e00 qemu-io: use BdrvRequestFlags instead of int by Stefan Hajnoczi · 2 years, 1 month ago
- 76c9e97 block/qapi: Add indentation to bdrv_node_info_dump() by Hanna Reitz · 2 years, 8 months ago
- 3716470 block: Improve empty format-specific info dump by Hanna Reitz · 2 years, 8 months ago
- 264dcbb qemu-io: do not reinvent the blk_pwrite_zeroes wheel by Paolo Bonzini · 2 years, 2 months ago
- 0cadf2c block: Change blk_pwrite_compressed() param order by Alberto Faria · 2 years, 8 months ago
- a9262f5 block: Change blk_{pread,pwrite}() param order by Alberto Faria · 2 years, 8 months ago
- 3b35d45 block: Add a 'flags' param to blk_pread() by Alberto Faria · 2 years, 8 months ago
- bf5b16f block: Make blk_{pread,pwrite}() return 0 on success by Alberto Faria · 2 years, 8 months ago
- fdee2c9 Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into staging by Peter Maydell · 3 years ago
- 395aecd qemu-io: Allow larger write zeroes under no fallback by Eric Blake · 3 years, 3 months ago
- 087f2fb qemu-io: Utilize 64-bit status during map by Eric Blake · 3 years, 3 months ago
- 5df022c osdep: Move memalign-related functions to their own header by Peter Maydell · 3 years ago
- 6cf42ca block: Acquire AioContexts during bdrv_reopen_multiple() by Kevin Wolf · 3 years, 8 months ago
- 8eaf101 qemu-io-cmds: assert that we don't have .perm requested in no-blk case by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
- 78632a3d monitor: hmp_qemu_io: acquire aio contex, fix crash by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
- 42ba022 qemu-io: add preallocate mode parameter for truncate command by Vladimir Sementsov-Ogievskiy · 4 years, 4 months ago
- da16f4b qemu-io-cmds: Simplify help_oneline by Dr. David Alan Gilbert · 4 years, 6 months ago
- a2b333c block: nbd: Fix convert qcow2 compressed to nbd by Nir Soffer · 4 years, 7 months ago
- 8c6242b block-backend: Add flags to blk_truncate() by Kevin Wolf · 4 years, 10 months ago
- e8d04f9 block: Pass truncate exact=true where reasonable by Max Reitz · 5 years ago
- c80d8b0 block: Add @exact parameter to bdrv_co_truncate() by Max Reitz · 5 years ago
- c8e68b4 qemu-io: Don't leak pattern file in error path by Kevin Wolf · 5 years ago
- 4d73151 qemu-io: add pattern file for write command by Denis Plotnikov · 6 years ago
- 50290c0 qemu-io-cmds: use clock_gettime for benchmarking by Alex Bennée · 6 years ago
- 41ae31e block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORS by Alberto Garcia · 6 years ago
- e1ce7d7 block/qapi: Clean up how we print to monitor or stdout by Markus Armbruster · 6 years ago
- c6e3f52 qemu-io: Add write -n for BDRV_REQ_NO_FALLBACK by Kevin Wolf · 6 years ago
- 5019aec block: Remove the AioContext parameter from bdrv_reopen_multiple() by Alberto Garcia · 6 years ago
- 077e8e2 block: Add 'keep_old_opts' parameter to bdrv_reopen_queue() by Alberto Garcia · 6 years ago
- 1bf6e9c bdrv_query_image_info Error parameter added by Andrey Shinkevich · 6 years ago
- d339d76 qemu-io: Add generic function for reinitializing optind. by Richard W.M. Jones · 6 years ago
- 2e89172 block: Remove flags parameter from bdrv_reopen_queue() by Alberto Garcia · 6 years ago
- dc900c3 qemu-io: Put flag changes in the options QDict in reopen_f() by Alberto Garcia · 6 years ago
- cf67b69 qemu-io-cmds: Fix two format strings by Stefan Weil · 6 years ago
- a8003ec qemu-io: Fix writethrough check in reopen by Alberto Garcia · 6 years ago
- b32d7a3 qemu-io: Let command functions return error code by Max Reitz · 7 years ago
- b444d0e qemu-io: Drop command functions' return values by Max Reitz · 7 years ago
- 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
- 1a63a90 block: Keep nodes drained between reopen_queue/multiple by Kevin Wolf · 7 years ago
- f0a9c18 qemu-io: Relax 'alloc' now that block-status doesn't assert by Eric Blake · 7 years ago
- f3adefb qemu-io: Drop write permissions before read-only reopen by Kevin Wolf · 7 years ago
- ea92203 qemu-io: Allow reopen read-write by Kevin Wolf · 8 years ago
- 3a691c5 block: Add PreallocMode to blk_truncate() by Max Reitz · 8 years ago
- d6a644b block: Make bdrv_is_allocated() byte-based by Eric Blake · 8 years ago
- f5a5ca7 block: change variable names in BlockDriverState by Manos Pitsidianakis · 8 years ago
- 6f3c90a qemu-io: Switch 'map' output to byte-based reporting by Eric Blake · 8 years ago
- 4401fdc qemu-io: Switch 'alloc' command to byte-based length by Eric Blake · 8 years ago
- 1bce6b4 qemu-io: Improve alignment checks by Eric Blake · 8 years ago
- ed3d2ec block: Add errp to b{lk,drv}_truncate() by Max Reitz · 8 years ago
- 324ec3e qemu-io-cmds: Use bdrv_coroutine_enter by Fam Zheng · 8 years ago
- 6aabeb5 qemu-io-cmds: Assert that global and nofile commands don't use ct->perms by Peter Maydell · 8 years ago
- 887354b hmp: Request permissions in qemu-io by Kevin Wolf · 8 years ago
- f46bfdb util/cutils: Change qemu_strtosz*() from int64_t to uint64_t by Markus Armbruster · 8 years ago
- f17fd4f util/cutils: Return qemu_strtosz*() error and value separately by Markus Armbruster · 8 years ago
- 4fcdf65 util/cutils: Let qemu_strtosz*() optionally reject trailing crap by Markus Armbruster · 8 years ago
- 466dea1 util/cutils: New qemu_strtosz() by Markus Armbruster · 8 years ago
- 3026c46 qemu-io: don't allow I/O operations larger than BDRV_REQUEST_MAX_BYTES by Alberto Garcia · 8 years ago
- 277d44f Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging by Peter Maydell · 8 years ago
- 814bb12 clean-up: removed duplicate #includes by Anand J · 8 years ago
- 15afd94 qemu-io: acquire AioContext by Paolo Bonzini · 8 years ago
- 720150f block: prepare bdrv_reopen_multiple to release AioContext by Paolo Bonzini · 8 years ago
- fe5c135 block: switch blk_write_compressed() to byte-based interface by Pavel Butsykin · 9 years ago
- 1c6c4bb block: Convert BB interface to byte-based discards by Eric Blake · 9 years ago
- a367467 qemu-io: Use correct range limitations by Max Reitz · 9 years ago
- 0b8b875 coroutine: move entry argument to qemu_coroutine_create by Paolo Bonzini · 9 years ago
- d004bd5 block: Rename blk_write_zeroes() by Eric Blake · 9 years ago
- 37546ff qemu-iotests: Fix regression in 136 on aio_read invalid by Eric Blake · 9 years ago
- 4ca1d34 qemu-io: Fix recent UI updates by Eric Blake · 9 years ago
- 91c6e4b block: Remove bdrv_aio_multiwrite() by Kevin Wolf · 9 years ago
- c2e001c qemu-io: Add 'write -z -u' to test MAY_UNMAP flag by Eric Blake · 9 years ago
- 770e0e0 qemu-io: Add 'write -f' to test FUA flag by Eric Blake · 9 years ago
- 093ea23 qemu-io: Allow unaligned access by default by Eric Blake · 9 years ago
- dc38852 qemu-io: Use bool for command line flags by Eric Blake · 9 years ago
- 7b3f971 qemu-io: Switch to byte-based block access by Eric Blake · 9 years ago
- 983a160 block: Switch blk_*write_zeroes() to byte interface by Eric Blake · 9 years ago
- 8341f00 block: Allow BDRV_REQ_FUA through blk_pwrite() by Eric Blake · 9 years ago
- 0e01b76 qemu-io: Fix memory leak in 'aio_write -z' by Kevin Wolf · 9 years ago
- 5ceb776 qemu-io: Support 'aio_write -z' by Kevin Wolf · 9 years ago
- 61de4c6 block: Remove BDRV_O_CACHE_WB by Kevin Wolf · 9 years ago
- 19dbecd qemu-io: Use bdrv_parse_cache_mode() in reopen_f() by Kevin Wolf · 9 years ago
- f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
- 556c2b6 qemu-io: Account for failed, invalid and flush operations by Alberto Garcia · 9 years ago
- a9ecfa0 qemu-io: Correct error messages by John Snow · 9 years ago
- ef5a788 qemu-io: Check for trailing chars by John Snow · 9 years ago
- 9b0beaf qemu-io: fix cvtnum lval types by John Snow · 9 years ago
- 4677bb4 utils: rename strtosz to use qemu prefix by Marc-André Lureau · 9 years ago
- 5bbd2e5 qemu-io: Add command 'reopen' by Kevin Wolf · 10 years ago
- d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
- b062ad8 qemu-io: Use getopt() correctly by Eric Blake · 10 years ago
- 4c7b7e9 qemu-io: Use BlockBackend by Max Reitz · 10 years ago
- a91f958 qemu-io: Account IO by aio_read and aio_write by Fam Zheng · 10 years ago
- 0e82dc7 qemu-io: Add sigraise command by Max Reitz · 10 years ago
- 4b25bbc qemu-io: Respect early image end for map by Max Reitz · 10 years ago