summaryrefslogtreecommitdiff
path: root/qemu-io-cmds.c
AgeCommit message (Expand)AuthorFilesLines
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