summaryrefslogtreecommitdiffstats
path: root/qemu-io-cmds.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-io: Support 'aio_write -z'Kevin Wolf2019-11-291-16/+49
* block: Remove BDRV_O_CACHE_WBKevin Wolf2019-11-291-1/+0
* qemu-io: Use bdrv_parse_cache_mode() in reopen_f()Kevin Wolf2019-11-291-1/+13
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* block: Clean up includesPeter Maydell2019-11-291-0/+1
* qemu-io: Account for failed, invalid and flush operationsAlberto Garcia2015-11-121-0/+9
* qemu-io: Correct error messagesJohn Snow2015-11-111-19/+34
* qemu-io: Check for trailing charsJohn Snow2015-11-111-1/+8
* qemu-io: fix cvtnum lval typesJohn Snow2015-11-111-36/+89
* utils: rename strtosz to use qemu prefixMarc-André Lureau2015-09-251-1/+1
* qemu-io: Add command 'reopen'Kevin Wolf2015-09-141-0/+90
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* qemu-io: Use getopt() correctlyEric Blake2015-05-221-8/+8
* qemu-io: Use BlockBackendMax Reitz2015-02-161-120/+133
* qemu-io: Account IO by aio_read and aio_writeFam Zheng2015-02-161-0/+11
* qemu-io: Add sigraise commandMax Reitz2014-12-121-0/+46
* qemu-io: Respect early image end for mapMax Reitz2014-10-231-1/+4
* qemu-io-cmds: g_renew() can't fail, bury dead error handlingMarkus Armbruster2014-08-201-10/+1
* block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster2014-08-201-5/+5
* block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-201-1/+1
* block: prefer aio_poll to qemu_aio_waitPaolo Bonzini2014-07-091-2/+2
* qemu-io-cmds: Fixed typo in example for writev.Maria Kustova2014-03-191-1/+1
* qemu-io: Fix warnings from static code analysisStefan Weil2014-03-131-1/+1
* qemu-io: New command 'sleep'Kevin Wolf2014-01-241-0/+42
* qemu-io: add command completionStefan Hajnoczi2014-01-221-0/+15
* blkdebug: add "remove_break" commandFam Zheng2013-11-291-0/+22
* block: add flags to bdrv_*_write_zeroesPeter Lieven2013-11-281-1/+1
* block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz2013-10-111-0/+9
* block: expect errors from bdrv_co_is_allocatedPaolo Bonzini2013-09-061-0/+4
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+1
* qemu-io: Interface cleanupKevin Wolf2013-06-061-7/+7
* qemu-io: Move remaining helpers from cmd.cKevin Wolf2013-06-061-0/+104
* qemu-io: Move functions for registering and running commandsKevin Wolf2013-06-061-51/+141
* qemu-io: Move 'help' functionKevin Wolf2013-06-061-1/+66
* qemu-io: Factor out qemuio_commandKevin Wolf2013-06-061-0/+24
* qemu-io: Split off commands to qemu-io-cmds.cKevin Wolf2013-06-061-0/+1835
OpenPOWER on IntegriCloud