summaryrefslogtreecommitdiff
path: root/qemu-io-cmds.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-11qemu-io: Switch 'map' output to byte-based reportingEric Blake1-5/+6
2017-05-11qemu-io: Switch 'alloc' command to byte-based lengthEric Blake1-12/+18
2017-05-11qemu-io: Improve alignment checksEric Blake1-10/+10
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz1-2/+3
2017-04-11qemu-io-cmds: Use bdrv_coroutine_enterFam Zheng1-1/+1
2017-04-03qemu-io-cmds: Assert that global and nofile commands don't use ct->permsPeter Maydell1-0/+7
2017-02-28hmp: Request permissions in qemu-ioKevin Wolf1-0/+28
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster1-1/+4
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster1-3/+7
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster1-6/+1
2017-02-23util/cutils: New qemu_strtosz()Markus Armbruster1-1/+1
2017-02-12qemu-io: don't allow I/O operations larger than BDRV_REQUEST_MAX_BYTESAlberto Garcia1-7/+13
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-1/+0
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-10-28qemu-io: acquire AioContextPaolo Bonzini1-0/+4
2016-10-28block: prepare bdrv_reopen_multiple to release AioContextPaolo Bonzini1-1/+1
2016-09-05block: switch blk_write_compressed() to byte-based interfacePavel Butsykin1-1/+1
2016-07-20block: Convert BB interface to byte-based discardsEric Blake1-2/+1
2016-07-13qemu-io: Use correct range limitationsMax Reitz1-7/+7
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-2/+2
2016-05-25block: Rename blk_write_zeroes()Eric Blake1-11/+11
2016-05-19qemu-iotests: Fix regression in 136 on aio_read invalidEric Blake1-4/+16
2016-05-19qemu-io: Fix recent UI updatesEric Blake1-2/+3
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf1-203/+0
2016-05-12qemu-io: Add 'write -z -u' to test MAY_UNMAP flagEric Blake1-3/+21
2016-05-12qemu-io: Add 'write -f' to test FUA flagEric Blake1-16/+41
2016-05-12qemu-io: Allow unaligned access by defaultEric Blake1-56/+17
2016-05-12qemu-io: Use bool for command line flagsEric Blake1-47/+47
2016-05-12qemu-io: Switch to byte-based block accessEric Blake1-52/+10
2016-05-12block: Switch blk_*write_zeroes() to byte interfaceEric Blake1-4/+2
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake1-1/+1
2016-05-12qemu-io: Fix memory leak in 'aio_write -z'Kevin Wolf1-0/+1
2016-04-15qemu-io: Support 'aio_write -z'Kevin Wolf1-16/+49
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf1-1/+0
2016-03-30qemu-io: Use bdrv_parse_cache_mode() in reopen_f()Kevin Wolf1-1/+13
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-11-12qemu-io: Account for failed, invalid and flush operationsAlberto Garcia1-0/+9
2015-11-11qemu-io: Correct error messagesJohn Snow1-19/+34
2015-11-11qemu-io: Check for trailing charsJohn Snow1-1/+8
2015-11-11qemu-io: fix cvtnum lval typesJohn Snow1-36/+89