1. 277d44f Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging by Peter Maydell · 8 years ago
  2. 814bb12 clean-up: removed duplicate #includes by Anand J · 8 years ago
  3. 15afd94 qemu-io: acquire AioContext by Paolo Bonzini · 8 years ago
  4. 720150f block: prepare bdrv_reopen_multiple to release AioContext by Paolo Bonzini · 8 years ago
  5. fe5c135 block: switch blk_write_compressed() to byte-based interface by Pavel Butsykin · 9 years ago
  6. 1c6c4bb block: Convert BB interface to byte-based discards by Eric Blake · 9 years ago
  7. a367467 qemu-io: Use correct range limitations by Max Reitz · 9 years ago
  8. 0b8b875 coroutine: move entry argument to qemu_coroutine_create by Paolo Bonzini · 9 years ago
  9. d004bd5 block: Rename blk_write_zeroes() by Eric Blake · 9 years ago
  10. 37546ff qemu-iotests: Fix regression in 136 on aio_read invalid by Eric Blake · 9 years ago
  11. 4ca1d34 qemu-io: Fix recent UI updates by Eric Blake · 9 years ago
  12. 91c6e4b block: Remove bdrv_aio_multiwrite() by Kevin Wolf · 9 years ago
  13. c2e001c qemu-io: Add 'write -z -u' to test MAY_UNMAP flag by Eric Blake · 9 years ago
  14. 770e0e0 qemu-io: Add 'write -f' to test FUA flag by Eric Blake · 9 years ago
  15. 093ea23 qemu-io: Allow unaligned access by default by Eric Blake · 9 years ago
  16. dc38852 qemu-io: Use bool for command line flags by Eric Blake · 9 years ago
  17. 7b3f971 qemu-io: Switch to byte-based block access by Eric Blake · 9 years ago
  18. 983a160 block: Switch blk_*write_zeroes() to byte interface by Eric Blake · 9 years ago
  19. 8341f00 block: Allow BDRV_REQ_FUA through blk_pwrite() by Eric Blake · 9 years ago
  20. 0e01b76 qemu-io: Fix memory leak in 'aio_write -z' by Kevin Wolf · 9 years ago
  21. 5ceb776 qemu-io: Support 'aio_write -z' by Kevin Wolf · 9 years ago
  22. 61de4c6 block: Remove BDRV_O_CACHE_WB by Kevin Wolf · 9 years ago
  23. 19dbecd qemu-io: Use bdrv_parse_cache_mode() in reopen_f() by Kevin Wolf · 9 years ago
  24. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  25. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  26. 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
  27. 556c2b6 qemu-io: Account for failed, invalid and flush operations by Alberto Garcia · 9 years ago
  28. a9ecfa0 qemu-io: Correct error messages by John Snow · 9 years ago
  29. ef5a788 qemu-io: Check for trailing chars by John Snow · 9 years ago
  30. 9b0beaf qemu-io: fix cvtnum lval types by John Snow · 9 years ago
  31. 4677bb4 utils: rename strtosz to use qemu prefix by Marc-André Lureau · 9 years ago
  32. 5bbd2e5 qemu-io: Add command 'reopen' by Kevin Wolf · 10 years ago
  33. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  34. b062ad8 qemu-io: Use getopt() correctly by Eric Blake · 10 years ago
  35. 4c7b7e9 qemu-io: Use BlockBackend by Max Reitz · 10 years ago
  36. a91f958 qemu-io: Account IO by aio_read and aio_write by Fam Zheng · 10 years ago
  37. 0e82dc7 qemu-io: Add sigraise command by Max Reitz · 10 years ago
  38. 4b25bbc qemu-io: Respect early image end for map by Max Reitz · 10 years ago
  39. 08193dd qemu-io-cmds: g_renew() can't fail, bury dead error handling by Markus Armbruster · 10 years ago
  40. 02c4f26 block: Use g_new() & friends to avoid multiplying sizes by Markus Armbruster · 10 years ago
  41. 5839e53 block: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 10 years ago
  42. b47ec2c block: prefer aio_poll to qemu_aio_wait by Paolo Bonzini · 11 years ago
  43. 6e6507c qemu-io-cmds: Fixed typo in example for writev. by Maria Kustova · 11 years ago
  44. f988388 qemu-io: Fix warnings from static code analysis by Stefan Weil · 11 years ago
  45. cd33d02 qemu-io: New command 'sleep' by Kevin Wolf · 11 years ago
  46. 4694020 qemu-io: add command completion by Stefan Hajnoczi · 11 years ago
  47. 4cc70e9 blkdebug: add "remove_break" command by Fam Zheng · 11 years ago
  48. aa7bfbf block: add flags to bdrv_*_write_zeroes by Peter Lieven · 11 years ago
  49. a8d8ecb block/qapi: Human-readable ImageInfoSpecific dump by Max Reitz · 11 years ago
  50. d663640 block: expect errors from bdrv_co_is_allocated by Paolo Bonzini · 11 years ago
  51. 6a1751b aio / timers: Untangle include files by Alex Bligh · 11 years ago
  52. 3d21994 qemu-io: Interface cleanup by Kevin Wolf · 12 years ago
  53. 0b61388 qemu-io: Move remaining helpers from cmd.c by Kevin Wolf · 12 years ago
  54. c2cdf5c qemu-io: Move functions for registering and running commands by Kevin Wolf · 12 years ago
  55. f18a834 qemu-io: Move 'help' function by Kevin Wolf · 12 years ago
  56. dd58329 qemu-io: Factor out qemuio_command by Kevin Wolf · 12 years ago
  57. 797ac58 qemu-io: Split off commands to qemu-io-cmds.c by Kevin Wolf · 12 years ago