1. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  2. 70b9433 QemuOpts: Wean off qerror_report_err() by Markus Armbruster · 10 years ago
  3. 8caf021 qemu-io: prompt for encryption keys when required by Daniel P. Berrange · 10 years ago
  4. b062ad8 qemu-io: Use getopt() correctly by Eric Blake · 10 years ago
  5. c5c6d7f Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging by Peter Maydell · 10 years ago
  6. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  7. 4c7b7e9 qemu-io: Use BlockBackend by Max Reitz · 10 years ago
  8. 10d9d75 qemu-io: Remove "growable" option by Max Reitz · 10 years ago
  9. 1b58b43 qemu-io: Use blk_new_open() in openfile() by Max Reitz · 10 years ago
  10. be6273d qemu-io: Allow explicitly specifying format by Kevin Wolf · 10 years ago
  11. 9ba10c9 block: Make BlockBackend own its BlockDriverState by Markus Armbruster · 10 years ago
  12. 7e7d56d block: Connect BlockBackend to BlockDriverState by Markus Armbruster · 10 years ago
  13. 26f54e9 block: New BlockBackend by Markus Armbruster · 10 years ago
  14. e4e9986 block: Split bdrv_new_root() off bdrv_new() by Markus Armbruster · 10 years ago
  15. 2f78e49 async: aio_context_new(): Handle event_notifier_init failure by Chrysostomos Nanakos · 10 years ago
  16. dbb651c qemu-io: Clean up openfile() after commit 2e40134 by Markus Armbruster · 11 years ago
  17. 5839e53 block: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 11 years ago
  18. 5b80827 trace: Multi-backend tracing by Lluís Vilanova · 11 years ago
  19. 543f7be qemu-io: Don't print NULL when open without non-option arg fails by Markus Armbruster · 11 years ago
  20. 29f2601 qemu-io: Plug memory leak in open command by Markus Armbruster · 11 years ago
  21. 443422f qemu-io: Support multiple -o in open command by Markus Armbruster · 11 years ago
  22. 98522f6 block: Add errp to bdrv_new() by Kevin Wolf · 11 years ago
  23. d208cc3 qemu-io: Extended "--cmd" description in usage text by Maria Kustova · 11 years ago
  24. f988388 qemu-io: Fix warnings from static code analysis by Stefan Weil · 11 years ago
  25. e7a1d6c Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  26. 2e40134 block: Make bdrv_file_open() static by Max Reitz · 11 years ago
  27. ddf5636 block: Add reference parameter to bdrv_open() by Max Reitz · 11 years ago
  28. f67503e block: Change BDS parameter of bdrv_open() to ** by Max Reitz · 11 years ago
  29. 10f5bff util: Split out exec_dir from os_find_datadir by Fam Zheng · 11 years ago
  30. d5d1507 readline: Add missing GCC_FMT_ATTR by Stefan Weil · 11 years ago
  31. fd0fee3 qemu-io: Make filename optional by Max Reitz · 11 years ago
  32. 72daa72 block: Allow reference for bdrv_file_open() by Max Reitz · 11 years ago
  33. 4694020 qemu-io: add command completion by Stefan Hajnoczi · 11 years ago
  34. 0cf17e1 qemu-io: use readline.c by Stefan Hajnoczi · 11 years ago
  35. b543c5c qemu-io: Let "open" pass options to block driver by Max Reitz · 11 years ago
  36. 34b5d2c block: Error parameter for open functions by Max Reitz · 12 years ago
  37. 4f6fd34 block: make bdrv_delete() static by Fam Zheng · 12 years ago
  38. 526eda1 ignore SIGPIPE in qemu-img and qemu-io by MORITA Kazutaka · 12 years ago
  39. 02da386 qemu-io: Use the qemu version for -V by Kevin Wolf · 12 years ago
  40. 3d21994 qemu-io: Interface cleanup by Kevin Wolf · 12 years ago
  41. d1174f1 qemu-io: Move command_loop() and friends by Kevin Wolf · 12 years ago
  42. c2cdf5c qemu-io: Move functions for registering and running commands by Kevin Wolf · 12 years ago
  43. e681be7 qemu-io: Move 'quit' function by Kevin Wolf · 12 years ago
  44. 797ac58 qemu-io: Split off commands to qemu-io-cmds.c by Kevin Wolf · 12 years ago
  45. 734c3b8 qemu-io: Don't use global bs in command implementations by Kevin Wolf · 12 years ago
  46. cf49a6a qemu-io: Handle cvtnum() errors in 'alloc' by Kevin Wolf · 12 years ago
  47. b6e356a qemu-io: Make cvtnum() a wrapper around strtosz_suffix() by Kevin Wolf · 12 years ago
  48. a23818f qemu-io: Remove unused args_command by Kevin Wolf · 12 years ago
  49. a00e81e qemu-io: Fix 'map' output by Kevin Wolf · 12 years ago
  50. 787e4a8 block: Add options QDict to bdrv_file_open() prototypes by Kevin Wolf · 12 years ago
  51. de9c0ce block: Add options QDict to bdrv_open() prototype by Kevin Wolf · 12 years ago
  52. 9e8f183 block: implement BDRV_O_UNMAP by Paolo Bonzini · 12 years ago
  53. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  54. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  55. 41c695c qemu-io: Add AIO debugging commands by Kevin Wolf · 12 years ago
  56. 791bfa3 qemu-io: Implement write -c for compressed clusters by Kevin Wolf · 12 years ago
  57. e7c8b09 qemu-io: Use bdrv_drain_all instead of qemu_aio_flush by Kevin Wolf · 12 years ago
  58. 2592c59 tools: initialize main loop before block layer by Paolo Bonzini · 12 years ago
  59. e01c30d qemu-io: add "abort" command to simulate program crash by Stefan Hajnoczi · 13 years ago
  60. 9e55953 qemu-io: Fix memory leaks by Kevin Wolf · 13 years ago
  61. cc785c3 qemu-io: fix the alloc command by Paolo Bonzini · 13 years ago
  62. a5a5238 qemu-io: use main_loop_wait by Paolo Bonzini · 13 years ago
  63. 592fa07 qemu-io: Add command line switch for cache mode by Kevin Wolf · 13 years ago
  64. d7bb72c qemu-io: add option to enable tracing by Stefan Hajnoczi · 13 years ago
  65. a57d114 qemu-io: fix segment fault when the image format is qed by Zhi Yong Wu · 13 years ago
  66. 71b58b8 qemu-io: add write -z option for bdrv_co_write_zeroes by Stefan Hajnoczi · 13 years ago
  67. 21fe5bc Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  68. 96bab41 qemu-io: end aio help text sentences with periods by Laszlo Ersek · 13 years ago
  69. 031380d block: replace unchecked strdup/malloc/calloc with glib by Stefan Hajnoczi · 13 years ago
  70. ad54ae8 block: bdrv_aio_* do not return NULL by Paolo Bonzini · 13 years ago
  71. eb5d5be Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  72. 922453b block: convert qemu_aio_flush() calls to bdrv_drain_all() by Stefan Hajnoczi · 13 years ago
  73. 07f3507 fix spelling in main directory by Dong Xu Wang · 13 years ago
  74. 67403db qemu-io: Fix multiwrite_f error handling by Kevin Wolf · 13 years ago
  75. f236062 qemu-io: Handle create_iovec errors by Kevin Wolf · 13 years ago
  76. b465785 qemu-io: delete bs instead of leaking it by Stefan Hajnoczi · 13 years ago
  77. b1b1dad fix memory leak in aio_write_f by Alex Jia · 13 years ago
  78. b2bedb2 Remove blanks before \n in output strings by Stefan Weil · 14 years ago
  79. 84c8c65 qemu-io: remove unnecessary assignment by Blue Swirl · 14 years ago
  80. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  81. 5afc8b3 qemu-io: Fix if scoping bug by Devin Nakamura · 14 years ago
  82. 43642b3 qemu-io: Fix formatting by Devin Nakamura · 14 years ago
  83. a659979 block: clarify the meaning of BDRV_O_NOCACHE by Christoph Hellwig · 14 years ago
  84. a9c49a6 qemu-io: Fix discard command by Kevin Wolf · 14 years ago
  85. 1afec91 qemu-io: fix a memory leak by Blue Swirl · 14 years ago
  86. 095343a qemu-io: Fix typo in help texts by Kevin Wolf · 14 years ago
  87. edff5db qemu-io: Add discard command by Stefan Hajnoczi · 14 years ago
  88. ad71713 Remove NULL checks for bdrv_new return value by Kevin Wolf · 14 years ago
  89. 191c289 qemu-io: New command map by Kevin Wolf · 15 years ago
  90. 72aef73 use qemu_blockalign consistently by Christoph Hellwig · 15 years ago
  91. b407a81 qemu-io: Make alloc output useful when nb_sectors=1 by Stefan Hajnoczi · 15 years ago
  92. ca1d6ac fix variable type in qemu-io.c by Joel Schopp · 15 years ago
  93. 0923c57 qemu-io: Fix error messages by Kevin Wolf · 15 years ago
  94. 776cbbb qemu-io: Add multiwrite command by Kevin Wolf · 15 years ago
  95. 0bfcd59 Fix %lld or %llx printf format use by Blue Swirl · 15 years ago
  96. 6db9560 block: get rid of the BDRV_O_FILE flag by Christoph Hellwig · 15 years ago
  97. d6e9098 Replace calls of old bdrv_open by Kevin Wolf · 15 years ago
  98. e432cef qemu-io: fix aio help texts by Christoph Hellwig · 15 years ago
  99. 06b611c qemu-io: Fix return value handling of bdrv_open by Ryota Ozaki · 15 years ago
  100. 9a2d77a block: kill BDRV_O_CREAT by Christoph Hellwig · 15 years ago