| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | qemu-io: Fix recent UI updates | Eric Blake | 2016-05-19 | 1 | -2/+3 |
* | block: Remove bdrv_aio_multiwrite() | Kevin Wolf | 2016-05-19 | 1 | -203/+0 |
* | qemu-io: Add 'write -z -u' to test MAY_UNMAP flag | Eric Blake | 2016-05-12 | 1 | -3/+21 |
* | qemu-io: Add 'write -f' to test FUA flag | Eric Blake | 2016-05-12 | 1 | -16/+41 |
* | qemu-io: Allow unaligned access by default | Eric Blake | 2016-05-12 | 1 | -56/+17 |
* | qemu-io: Use bool for command line flags | Eric Blake | 2016-05-12 | 1 | -47/+47 |
* | qemu-io: Switch to byte-based block access | Eric Blake | 2016-05-12 | 1 | -52/+10 |
* | block: Switch blk_*write_zeroes() to byte interface | Eric Blake | 2016-05-12 | 1 | -4/+2 |
* | block: Allow BDRV_REQ_FUA through blk_pwrite() | Eric Blake | 2016-05-12 | 1 | -1/+1 |
* | qemu-io: Fix memory leak in 'aio_write -z' | Kevin Wolf | 2016-05-12 | 1 | -0/+1 |
* | qemu-io: Support 'aio_write -z' | Kevin Wolf | 2016-04-15 | 1 | -16/+49 |
* | block: Remove BDRV_O_CACHE_WB | Kevin Wolf | 2016-03-30 | 1 | -1/+0 |
* | qemu-io: Use bdrv_parse_cache_mode() in reopen_f() | Kevin Wolf | 2016-03-30 | 1 | -1/+13 |
* | util: move declarations out of qemu-common.h | Veronia Bahaa | 2016-03-22 | 1 | -0/+1 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | block: Clean up includes | Peter Maydell | 2016-01-20 | 1 | -0/+1 |
* | qemu-io: Account for failed, invalid and flush operations | Alberto Garcia | 2015-11-12 | 1 | -0/+9 |
* | qemu-io: Correct error messages | John Snow | 2015-11-11 | 1 | -19/+34 |
* | qemu-io: Check for trailing chars | John Snow | 2015-11-11 | 1 | -1/+8 |
* | qemu-io: fix cvtnum lval types | John Snow | 2015-11-11 | 1 | -36/+89 |
* | utils: rename strtosz to use qemu prefix | Marc-André Lureau | 2015-09-25 | 1 | -1/+1 |
* | qemu-io: Add command 'reopen' | Kevin Wolf | 2015-09-14 | 1 | -0/+90 |
* | qerror: Move #include out of qerror.h | Markus Armbruster | 2015-06-22 | 1 | -0/+1 |
* | qemu-io: Use getopt() correctly | Eric Blake | 2015-05-22 | 1 | -8/+8 |
* | qemu-io: Use BlockBackend | Max Reitz | 2015-02-16 | 1 | -120/+133 |
* | qemu-io: Account IO by aio_read and aio_write | Fam Zheng | 2015-02-16 | 1 | -0/+11 |
* | qemu-io: Add sigraise command | Max Reitz | 2014-12-12 | 1 | -0/+46 |
* | qemu-io: Respect early image end for map | Max Reitz | 2014-10-23 | 1 | -1/+4 |
* | qemu-io-cmds: g_renew() can't fail, bury dead error handling | Markus Armbruster | 2014-08-20 | 1 | -10/+1 |
* | block: Use g_new() & friends to avoid multiplying sizes | Markus Armbruster | 2014-08-20 | 1 | -5/+5 |
* | block: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2014-08-20 | 1 | -1/+1 |
* | block: prefer aio_poll to qemu_aio_wait | Paolo Bonzini | 2014-07-09 | 1 | -2/+2 |
* | qemu-io-cmds: Fixed typo in example for writev. | Maria Kustova | 2014-03-19 | 1 | -1/+1 |
* | qemu-io: Fix warnings from static code analysis | Stefan Weil | 2014-03-13 | 1 | -1/+1 |
* | qemu-io: New command 'sleep' | Kevin Wolf | 2014-01-24 | 1 | -0/+42 |
* | qemu-io: add command completion | Stefan Hajnoczi | 2014-01-22 | 1 | -0/+15 |
* | blkdebug: add "remove_break" command | Fam Zheng | 2013-11-29 | 1 | -0/+22 |
* | block: add flags to bdrv_*_write_zeroes | Peter Lieven | 2013-11-28 | 1 | -1/+1 |
* | block/qapi: Human-readable ImageInfoSpecific dump | Max Reitz | 2013-10-11 | 1 | -0/+9 |
* | block: expect errors from bdrv_co_is_allocated | Paolo Bonzini | 2013-09-06 | 1 | -0/+4 |
* | aio / timers: Untangle include files | Alex Bligh | 2013-08-22 | 1 | -0/+1 |
* | qemu-io: Interface cleanup | Kevin Wolf | 2013-06-06 | 1 | -7/+7 |
* | qemu-io: Move remaining helpers from cmd.c | Kevin Wolf | 2013-06-06 | 1 | -0/+104 |
* | qemu-io: Move functions for registering and running commands | Kevin Wolf | 2013-06-06 | 1 | -51/+141 |
* | qemu-io: Move 'help' function | Kevin Wolf | 2013-06-06 | 1 | -1/+66 |
* | qemu-io: Factor out qemuio_command | Kevin Wolf | 2013-06-06 | 1 | -0/+24 |
* | qemu-io: Split off commands to qemu-io-cmds.c | Kevin Wolf | 2013-06-06 | 1 | -0/+1835 |