aboutsummaryrefslogtreecommitdiff
path: root/qemu-io-cmds.c
AgeCommit message (Expand)Author
2016-05-25block: Rename blk_write_zeroes()Eric Blake
2016-05-19qemu-iotests: Fix regression in 136 on aio_read invalidEric Blake
2016-05-19qemu-io: Fix recent UI updatesEric Blake
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf
2016-05-12qemu-io: Add 'write -z -u' to test MAY_UNMAP flagEric Blake
2016-05-12qemu-io: Add 'write -f' to test FUA flagEric Blake
2016-05-12qemu-io: Allow unaligned access by defaultEric Blake
2016-05-12qemu-io: Use bool for command line flagsEric Blake
2016-05-12qemu-io: Switch to byte-based block accessEric Blake
2016-05-12block: Switch blk_*write_zeroes() to byte interfaceEric Blake
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake
2016-05-12qemu-io: Fix memory leak in 'aio_write -z'Kevin Wolf
2016-04-15qemu-io: Support 'aio_write -z'Kevin Wolf
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf
2016-03-30qemu-io: Use bdrv_parse_cache_mode() in reopen_f()Kevin Wolf
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell
2015-11-12qemu-io: Account for failed, invalid and flush operationsAlberto Garcia
2015-11-11qemu-io: Correct error messagesJohn Snow
2015-11-11qemu-io: Check for trailing charsJohn Snow
2015-11-11qemu-io: fix cvtnum lval typesJohn Snow
2015-09-25utils: rename strtosz to use qemu prefixMarc-André Lureau
2015-09-14qemu-io: Add command 'reopen'Kevin Wolf
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-05-22qemu-io: Use getopt() correctlyEric Blake
2015-02-16qemu-io: Use BlockBackendMax Reitz
2015-02-16qemu-io: Account IO by aio_read and aio_writeFam Zheng
2014-12-12qemu-io: Add sigraise commandMax Reitz
2014-10-23qemu-io: Respect early image end for mapMax Reitz
2014-08-20qemu-io-cmds: g_renew() can't fail, bury dead error handlingMarkus Armbruster
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-07-09block: prefer aio_poll to qemu_aio_waitPaolo Bonzini
2014-03-19qemu-io-cmds: Fixed typo in example for writev.Maria Kustova
2014-03-13qemu-io: Fix warnings from static code analysisStefan Weil
2014-01-24qemu-io: New command 'sleep'Kevin Wolf
2014-01-22qemu-io: add command completionStefan Hajnoczi
2013-11-29blkdebug: add "remove_break" commandFam Zheng
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven
2013-10-11block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-06-06qemu-io: Interface cleanupKevin Wolf
2013-06-06qemu-io: Move remaining helpers from cmd.cKevin Wolf
2013-06-06qemu-io: Move functions for registering and running commandsKevin Wolf
2013-06-06qemu-io: Move 'help' functionKevin Wolf
2013-06-06qemu-io: Factor out qemuio_commandKevin Wolf
2013-06-06qemu-io: Split off commands to qemu-io-cmds.cKevin Wolf