summaryrefslogtreecommitdiff
path: root/qemu-io-cmds.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-19qemu-io-cmds: Fixed typo in example for writev.Maria Kustova1-1/+1
2014-03-13qemu-io: Fix warnings from static code analysisStefan Weil1-1/+1
2014-01-24qemu-io: New command 'sleep'Kevin Wolf1-0/+42
2014-01-22qemu-io: add command completionStefan Hajnoczi1-0/+15
2013-11-29blkdebug: add "remove_break" commandFam Zheng1-0/+22
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven1-1/+1
2013-10-11block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz1-0/+9
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini1-0/+4
2013-08-22aio / timers: Untangle include filesAlex Bligh1-0/+1
2013-06-06qemu-io: Interface cleanupKevin Wolf1-7/+7
2013-06-06qemu-io: Move remaining helpers from cmd.cKevin Wolf1-0/+104
2013-06-06qemu-io: Move functions for registering and running commandsKevin Wolf1-51/+141
2013-06-06qemu-io: Move 'help' functionKevin Wolf1-1/+66
2013-06-06qemu-io: Factor out qemuio_commandKevin Wolf1-0/+24
2013-06-06qemu-io: Split off commands to qemu-io-cmds.cKevin Wolf1-0/+1835