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