1. 1c5a2ae qemu-io: adds option to use aio engine by Aarushi Mehta · 5 years ago
  2. 4fa1f0d qemu-io: Support help options for --object by Kevin Wolf · 5 years ago
  3. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  4. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  5. f5852ef log: Make glib logging go through QEMU by Christophe Fergeau · 6 years ago
  6. 99e98d7 qemu-io: Use error_[gs]et_progname() by Christophe Fergeau · 6 years ago
  7. 7e1e0c1 qom: Clean up error reporting in user_creatable_add_opts_foreach() by Markus Armbruster · 6 years ago
  8. 6b3aa84 qemu-io: Exit with error when a command failed by Max Reitz · 7 years ago
  9. b32d7a3 qemu-io: Let command functions return error code by Max Reitz · 7 years ago
  10. b444d0e qemu-io: Drop command functions' return values by Max Reitz · 7 years ago
  11. 2a01c01 qemu-io: Use purely string blockdev options by Max Reitz · 7 years ago
  12. cb3e7f0 qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF by Marc-André Lureau · 7 years ago
  13. 7e563bf Polish the version strings containing the package version by Thomas Huth · 7 years ago
  14. 3e015d8 use g_path_get_basename instead of basename by Julia Suvorova · 7 years ago
  15. 0e448a0 qemu-io: fix EOF Ctrl-D handling in qemu-io readline code by Daniel P. Berrange · 7 years ago
  16. bd006b9 Include qapi/qmp/qbool.h exactly where needed by Markus Armbruster · 7 years ago
  17. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  18. 0f40444 qemu-io: Add -C for opening with copy-on-read by Eric Blake · 7 years ago
  19. f5048cb maint: Include bug-reporting info in --help output by Eric Blake · 7 years ago
  20. 4face32 qemu-io: Give more --version information by Eric Blake · 7 years ago
  21. 788cf9f block: rip out all traces of password prompting by Daniel P. Berrange · 8 years ago
  22. 64ebf55 qemu-io: Don't die on second open by Eric Blake · 8 years ago
  23. 579cf1d block: Use QDict helpers for --force-share by Eric Blake · 8 years ago
  24. 459571f qemu-io: Add --force-share option by Fam Zheng · 8 years ago
  25. 46f5ac2 qobject: Use simpler QDict/QList scalar insertion macros by Eric Blake · 8 years ago
  26. b7aa131 qemu-io: Return non-zero exit code on failure by Nir Soffer · 8 years ago
  27. fe4db84 trace: provide mechanism for registering trace events by Daniel P. Berrange · 8 years ago
  28. e9a8085 trace: enable tracing in qemu-io by Denis V. Lunev · 9 years ago
  29. e8f2d27 Use &error_fatal when initializing crypto on qemu-{img,io,nbd} by Eduardo Habkost · 9 years ago
  30. b8d970f qemu-io: Make 'open' subcommand more like command line by Eric Blake · 9 years ago
  31. e4e12bb qemu-io: Add missing option documentation by Eric Blake · 9 years ago
  32. 51b9b47 qom: -object error messages lost location, restore it by Markus Armbruster · 9 years ago
  33. c229708 block: initialize qcrypto API at startup by Daniel P. Berrange · 9 years ago
  34. e151fc1 qemu-io: Call blk_set_enable_write_cache() explicitly by Kevin Wolf · 9 years ago
  35. 4ef130f qemu-img/qemu-io: don't prompt for passwords if not required by Daniel P. Berrange · 9 years ago
  36. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  37. efaa7c4 blockdev: Split monitor reference from BB creation by Max Reitz · 9 years ago
  38. a513416 qemu-io: use no_argument/required_argument constants by Daniel P. Berrange · 9 years ago
  39. 499afa2 qemu-io: allow specifying image as a set of options args by Daniel P. Berrange · 9 years ago
  40. 9ba371b qemu-io: add support for --object command line arg by Daniel P. Berrange · 9 years ago
  41. 064097d nbd: convert block client to use I/O channels for connection setup by Daniel P. Berrange · 9 years ago
  42. 41fc57e trace: split trace_init_file out of trace_init_backends by Paolo Bonzini · 9 years ago
  43. 45bd0b4 trace: split trace_init_events out of trace_init_backends by Paolo Bonzini · 9 years ago
  44. 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
  45. b988468 qemu-io qemu-nbd: Use error_report() etc. instead of fprintf() by Markus Armbruster · 9 years ago
  46. ff7cfd7 qemu-io: Remove duplicate 'open' error message by Kevin Wolf · 10 years ago
  47. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  48. 70b9433 QemuOpts: Wean off qerror_report_err() by Markus Armbruster · 10 years ago
  49. 8caf021 qemu-io: prompt for encryption keys when required by Daniel P. Berrange · 10 years ago
  50. b062ad8 qemu-io: Use getopt() correctly by Eric Blake · 10 years ago
  51. c5c6d7f Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging by Peter Maydell · 10 years ago
  52. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  53. 4c7b7e9 qemu-io: Use BlockBackend by Max Reitz · 10 years ago
  54. 10d9d75 qemu-io: Remove "growable" option by Max Reitz · 10 years ago
  55. 1b58b43 qemu-io: Use blk_new_open() in openfile() by Max Reitz · 10 years ago
  56. be6273d qemu-io: Allow explicitly specifying format by Kevin Wolf · 10 years ago
  57. 9ba10c9 block: Make BlockBackend own its BlockDriverState by Markus Armbruster · 10 years ago
  58. 7e7d56d block: Connect BlockBackend to BlockDriverState by Markus Armbruster · 10 years ago
  59. 26f54e9 block: New BlockBackend by Markus Armbruster · 10 years ago
  60. e4e9986 block: Split bdrv_new_root() off bdrv_new() by Markus Armbruster · 10 years ago
  61. 2f78e49 async: aio_context_new(): Handle event_notifier_init failure by Chrysostomos Nanakos · 10 years ago
  62. dbb651c qemu-io: Clean up openfile() after commit 2e40134 by Markus Armbruster · 10 years ago
  63. 5839e53 block: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 10 years ago
  64. 5b80827 trace: Multi-backend tracing by Lluís Vilanova · 11 years ago
  65. 543f7be qemu-io: Don't print NULL when open without non-option arg fails by Markus Armbruster · 11 years ago
  66. 29f2601 qemu-io: Plug memory leak in open command by Markus Armbruster · 11 years ago
  67. 443422f qemu-io: Support multiple -o in open command by Markus Armbruster · 11 years ago
  68. 98522f6 block: Add errp to bdrv_new() by Kevin Wolf · 11 years ago
  69. d208cc3 qemu-io: Extended "--cmd" description in usage text by Maria Kustova · 11 years ago
  70. f988388 qemu-io: Fix warnings from static code analysis by Stefan Weil · 11 years ago
  71. e7a1d6c Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  72. 2e40134 block: Make bdrv_file_open() static by Max Reitz · 11 years ago
  73. ddf5636 block: Add reference parameter to bdrv_open() by Max Reitz · 11 years ago
  74. f67503e block: Change BDS parameter of bdrv_open() to ** by Max Reitz · 11 years ago
  75. 10f5bff util: Split out exec_dir from os_find_datadir by Fam Zheng · 11 years ago
  76. d5d1507 readline: Add missing GCC_FMT_ATTR by Stefan Weil · 11 years ago
  77. fd0fee3 qemu-io: Make filename optional by Max Reitz · 11 years ago
  78. 72daa72 block: Allow reference for bdrv_file_open() by Max Reitz · 11 years ago
  79. 4694020 qemu-io: add command completion by Stefan Hajnoczi · 11 years ago
  80. 0cf17e1 qemu-io: use readline.c by Stefan Hajnoczi · 11 years ago
  81. b543c5c qemu-io: Let "open" pass options to block driver by Max Reitz · 11 years ago
  82. 34b5d2c block: Error parameter for open functions by Max Reitz · 11 years ago
  83. 4f6fd34 block: make bdrv_delete() static by Fam Zheng · 11 years ago
  84. 526eda1 ignore SIGPIPE in qemu-img and qemu-io by MORITA Kazutaka · 11 years ago
  85. 02da386 qemu-io: Use the qemu version for -V by Kevin Wolf · 12 years ago
  86. 3d21994 qemu-io: Interface cleanup by Kevin Wolf · 12 years ago
  87. d1174f1 qemu-io: Move command_loop() and friends by Kevin Wolf · 12 years ago
  88. c2cdf5c qemu-io: Move functions for registering and running commands by Kevin Wolf · 12 years ago
  89. e681be7 qemu-io: Move 'quit' function by Kevin Wolf · 12 years ago
  90. 797ac58 qemu-io: Split off commands to qemu-io-cmds.c by Kevin Wolf · 12 years ago
  91. 734c3b8 qemu-io: Don't use global bs in command implementations by Kevin Wolf · 12 years ago
  92. cf49a6a qemu-io: Handle cvtnum() errors in 'alloc' by Kevin Wolf · 12 years ago
  93. b6e356a qemu-io: Make cvtnum() a wrapper around strtosz_suffix() by Kevin Wolf · 12 years ago
  94. a23818f qemu-io: Remove unused args_command by Kevin Wolf · 12 years ago
  95. a00e81e9 qemu-io: Fix 'map' output by Kevin Wolf · 12 years ago
  96. 787e4a8 block: Add options QDict to bdrv_file_open() prototypes by Kevin Wolf · 12 years ago
  97. de9c0ce block: Add options QDict to bdrv_open() prototype by Kevin Wolf · 12 years ago
  98. 9e8f183 block: implement BDRV_O_UNMAP by Paolo Bonzini · 12 years ago
  99. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  100. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago