Age | Commit message (Expand) | Author | Files | Lines |
2018-06-11 | qemu-io: Let command functions return error code | Max Reitz | 1 | -143/+203 |
2018-06-11 | qemu-io: Drop command functions' return values | Max Reitz | 1 | -158/+136 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 1 | -0/+1 |
2017-12-22 | block: Keep nodes drained between reopen_queue/multiple | Kevin Wolf | 1 | -0/+3 |
2017-10-26 | qemu-io: Relax 'alloc' now that block-status doesn't assert | Eric Blake | 1 | -13/+0 |
2017-09-26 | qemu-io: Drop write permissions before read-only reopen | Kevin Wolf | 1 | -0/+12 |
2017-08-08 | qemu-io: Allow reopen read-write | Kevin Wolf | 1 | -2/+17 |
2017-07-11 | block: Add PreallocMode to blk_truncate() | Max Reitz | 1 | -1/+1 |
2017-07-10 | block: Make bdrv_is_allocated() byte-based | Eric Blake | 1 | -38/+32 |
2017-06-26 | block: change variable names in BlockDriverState | Manos Pitsidianakis | 1 | -23/+23 |
2017-05-11 | qemu-io: Switch 'map' output to byte-based reporting | Eric Blake | 1 | -5/+6 |
2017-05-11 | qemu-io: Switch 'alloc' command to byte-based length | Eric Blake | 1 | -12/+18 |
2017-05-11 | qemu-io: Improve alignment checks | Eric Blake | 1 | -10/+10 |
2017-04-28 | block: Add errp to b{lk,drv}_truncate() | Max Reitz | 1 | -2/+3 |
2017-04-11 | qemu-io-cmds: Use bdrv_coroutine_enter | Fam Zheng | 1 | -1/+1 |
2017-04-03 | qemu-io-cmds: Assert that global and nofile commands don't use ct->perms | Peter Maydell | 1 | -0/+7 |
2017-02-28 | hmp: Request permissions in qemu-io | Kevin Wolf | 1 | -0/+28 |
2017-02-23 | util/cutils: Change qemu_strtosz*() from int64_t to uint64_t | Markus Armbruster | 1 | -1/+4 |
2017-02-23 | util/cutils: Return qemu_strtosz*() error and value separately | Markus Armbruster | 1 | -3/+7 |
2017-02-23 | util/cutils: Let qemu_strtosz*() optionally reject trailing crap | Markus Armbruster | 1 | -6/+1 |
2017-02-23 | util/cutils: New qemu_strtosz() | Markus Armbruster | 1 | -1/+1 |
2017-02-12 | qemu-io: don't allow I/O operations larger than BDRV_REQUEST_MAX_BYTES | Alberto Garcia | 1 | -7/+13 |
2016-10-31 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st... | Peter Maydell | 1 | -1/+0 |
2016-10-28 | clean-up: removed duplicate #includes | Anand J | 1 | -1/+0 |
2016-10-28 | qemu-io: acquire AioContext | Paolo Bonzini | 1 | -0/+4 |
2016-10-28 | block: prepare bdrv_reopen_multiple to release AioContext | Paolo Bonzini | 1 | -1/+1 |
2016-09-05 | block: switch blk_write_compressed() to byte-based interface | Pavel Butsykin | 1 | -1/+1 |
2016-07-20 | block: Convert BB interface to byte-based discards | Eric Blake | 1 | -2/+1 |
2016-07-13 | qemu-io: Use correct range limitations | Max Reitz | 1 | -7/+7 |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini | 1 | -2/+2 |
2016-05-25 | block: Rename blk_write_zeroes() | Eric Blake | 1 | -11/+11 |
2016-05-19 | qemu-iotests: Fix regression in 136 on aio_read invalid | Eric Blake | 1 | -4/+16 |
2016-05-19 | qemu-io: Fix recent UI updates | Eric Blake | 1 | -2/+3 |
2016-05-19 | block: Remove bdrv_aio_multiwrite() | Kevin Wolf | 1 | -203/+0 |
2016-05-12 | qemu-io: Add 'write -z -u' to test MAY_UNMAP flag | Eric Blake | 1 | -3/+21 |
2016-05-12 | qemu-io: Add 'write -f' to test FUA flag | Eric Blake | 1 | -16/+41 |
2016-05-12 | qemu-io: Allow unaligned access by default | Eric Blake | 1 | -56/+17 |
2016-05-12 | qemu-io: Use bool for command line flags | Eric Blake | 1 | -47/+47 |
2016-05-12 | qemu-io: Switch to byte-based block access | Eric Blake | 1 | -52/+10 |
2016-05-12 | block: Switch blk_*write_zeroes() to byte interface | Eric Blake | 1 | -4/+2 |
2016-05-12 | block: Allow BDRV_REQ_FUA through blk_pwrite() | Eric Blake | 1 | -1/+1 |
2016-05-12 | qemu-io: Fix memory leak in 'aio_write -z' | Kevin Wolf | 1 | -0/+1 |
2016-04-15 | qemu-io: Support 'aio_write -z' | Kevin Wolf | 1 | -16/+49 |
2016-03-30 | block: Remove BDRV_O_CACHE_WB | Kevin Wolf | 1 | -1/+0 |
2016-03-30 | qemu-io: Use bdrv_parse_cache_mode() in reopen_f() | Kevin Wolf | 1 | -1/+13 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-01-20 | block: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-11-12 | qemu-io: Account for failed, invalid and flush operations | Alberto Garcia | 1 | -0/+9 |
2015-11-11 | qemu-io: Correct error messages | John Snow | 1 | -19/+34 |