summaryrefslogtreecommitdiff
path: root/qemu-io-cmds.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-25utils: rename strtosz to use qemu prefixMarc-André Lureau1-1/+1
2015-09-14qemu-io: Add command 'reopen'Kevin Wolf1-0/+90
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-05-22qemu-io: Use getopt() correctlyEric Blake1-8/+8
2015-02-16qemu-io: Use BlockBackendMax Reitz1-120/+133
2015-02-16qemu-io: Account IO by aio_read and aio_writeFam Zheng1-0/+11
2014-12-12qemu-io: Add sigraise commandMax Reitz1-0/+46
2014-10-23qemu-io: Respect early image end for mapMax Reitz1-1/+4
2014-08-20qemu-io-cmds: g_renew() can't fail, bury dead error handlingMarkus Armbruster1-10/+1
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster1-5/+5
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2014-07-09block: prefer aio_poll to qemu_aio_waitPaolo Bonzini1-2/+2