1. 7e1e0c1 qom: Clean up error reporting in user_creatable_add_opts_foreach() by Markus Armbruster · 6 years ago
  2. 50beeb6 Use error_fatal to simplify obvious fatal errors (again) by Markus Armbruster · 6 years ago
  3. 7f7dfe2 nbd/server: drop old-style negotiation by Vladimir Sementsov-Ogievskiy · 6 years ago
  4. f5cd0bb qemu-nbd: drop old-style negotiation by Vladimir Sementsov-Ogievskiy · 6 years ago
  5. f7812df qemu-nbd: Document --tls-creds by Eric Blake · 6 years ago
  6. b3b5299 block: Cancel job in bdrv_close_all() callers by Kevin Wolf · 7 years ago
  7. 7e563bf Polish the version strings containing the package version by Thomas Huth · 7 years ago
  8. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  9. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  10. e4849c1 blockdev: convert qemu-nbd server to QIONetListener by Daniel P. Berrange · 7 years ago
  11. f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 7 years ago
  12. 5b5f825 qapi: Generate FOO_str() macro for QAPI enum FOO by Markus Armbruster · 7 years ago
  13. 06c60b6 qapi: Drop superfluous qapi_enum_parse() parameter max by Markus Armbruster · 7 years ago
  14. f5048cb maint: Include bug-reporting info in --help output by Eric Blake · 7 years ago
  15. c2a3d7d maint: Reorder include directives for qemu-{nbd, io} by Eric Blake · 8 years ago
  16. be37713 qemu-nbd: Update version string by Eric Blake · 8 years ago
  17. 081dd1f nbd: Implement NBD_INFO_BLOCK_SIZE on client by Eric Blake · 8 years ago
  18. 004a89f nbd: Create struct for tracking export info by Eric Blake · 8 years ago
  19. 041e32b qemu-nbd: Ignore SIGPIPE by Max Reitz · 8 years ago
  20. 0c9390d nbd: Fix regression on resiliency to port scan by Eric Blake · 8 years ago
  21. df8ad9f nbd: Fully initialize client in case of failed negotiation by Eric Blake · 8 years ago
  22. be41c10 nbd/client.c: use errp instead of LOG by Vladimir Sementsov-Ogievskiy · 8 years ago
  23. bd269eb sockets: Limit SocketAddressLegacy to external interfaces by Markus Armbruster · 8 years ago
  24. dfd100f sockets: Rename SocketAddress to SocketAddressLegacy by Markus Armbruster · 8 years ago
  25. 46f5ac2 qobject: Use simpler QDict/QList scalar insertion macros by Eric Blake · 8 years ago
  26. 53fabd4 qemu-ga: obey LISTEN_PID when using systemd socket activation by Paolo Bonzini · 8 years ago
  27. a721f53 qemu-nbd: Implement socket activation. by Richard W.M. Jones · 8 years ago
  28. b1a75b3 nbd: Add qemu-nbd -D for human-readable description by Eric Blake · 8 years ago
  29. ffb31e1 qemu-nbd: Add --fork option by Max Reitz · 8 years ago
  30. fe4db84 trace: provide mechanism for registering trace events by Daniel P. Berrange · 8 years ago
  31. e424b65 qemu-nbd: Shrink image size by specified offset by Tomáš Golembiovský · 8 years ago
  32. cd7fca9 nbd-server: Use a separate BlockBackend by Kevin Wolf · 9 years ago
  33. 7423f41 nbd: Limit nbdflags to 16 bits by Eric Blake · 8 years ago
  34. 39ca463 trace: enable tracing in qemu-nbd by Denis V. Lunev · 9 years ago
  35. 773dce3 nbd: Don't use *_to_cpup() functions by Peter Maydell · 9 years ago
  36. e8f2d27 Use &error_fatal when initializing crypto on qemu-{img,io,nbd} by Eduardo Habkost · 9 years ago
  37. 58369e2 qemu-common: stop including qemu/bswap.h from qemu-common.h by Paolo Bonzini · 9 years ago
  38. bd31c21 nbd: Switch to byte-based block access by Eric Blake · 9 years ago
  39. 51b9b47 qom: -object error messages lost location, restore it by Markus Armbruster · 9 years ago
  40. 23994a5 nbd: fix assert() on qemu-nbd stop by Pavel Butsykin · 9 years ago
  41. c229708 block: initialize qcrypto API at startup by Daniel P. Berrange · 9 years ago
  42. 332a254 qemu-nbd: Document -x option by Eric Blake · 9 years ago
  43. 6effd5b qemu-nbd: Call blk_set_enable_write_cache() explicitly by Kevin Wolf · 9 years ago
  44. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  45. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  46. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  47. efaa7c4 blockdev: Split monitor reference from BB creation by Max Reitz · 9 years ago
  48. 0399293 util: Shorten references into SocketAddress by Eric Blake · 9 years ago
  49. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  50. aa6e546 qemu-nbd: use no_argument/required_argument constants by Daniel P. Berrange · 9 years ago
  51. fa8b7ce qemu-nbd: don't overlap long option values with short options by Daniel P. Berrange · 9 years ago
  52. 77c9aae qemu-nbd: allow specifying image as a set of options args by Daniel P. Berrange · 9 years ago
  53. 145614a nbd: enable use of TLS with qemu-nbd server by Daniel P. Berrange · 9 years ago
  54. f95910f nbd: implement TLS support in the protocol negotiation by Daniel P. Berrange · 9 years ago
  55. 3d4b2f9 nbd: allow setting of an export name for qemu-nbd server by Daniel P. Berrange · 9 years ago
  56. 1c778ef nbd: convert to using I/O channels for actual socket I/O by Daniel P. Berrange · 9 years ago
  57. d0d6ff5 nbd: convert qemu-nbd server to use I/O channels for connection setup by Daniel P. Berrange · 9 years ago
  58. 0ab3b33 qemu-nbd: add support for --object command line arg by Daniel P. Berrange · 9 years ago
  59. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  60. ee7d7aa nbd: Always call "close_fn" in nbd_client_new by Fam Zheng · 9 years ago
  61. 433672b error: Clean up errors with embedded newlines (again) by Markus Armbruster · 9 years ago
  62. 9af9e0f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 9 years ago
  63. b988468 qemu-io qemu-nbd: Use error_report() etc. instead of fprintf() by Markus Armbruster · 9 years ago
  64. c29b77f error: Use error_reportf_err() where it makes obvious sense by Markus Armbruster · 9 years ago
  65. a4699e5 qemu-nbd: Clean up "Failed to load snapshot" error message by Markus Armbruster · 9 years ago
  66. 7828867 error: Use error_report_err() instead of ad hoc prints by Markus Armbruster · 9 years ago
  67. 4fffeb5 error: Use error_report_err() where appropriate (again) by Markus Armbruster · 9 years ago
  68. 85b01e0 qemu-nbd: Replace BSDism <err.h> by error_report() by Markus Armbruster · 9 years ago
  69. 7fb1cf1 qapi: Don't let implicit enum MAX member collide by Eric Blake · 9 years ago
  70. 2d32add sockets: Convert to new qapi union layout by Eric Blake · 9 years ago
  71. bb628e1 qemu-nbd: always compile in --aio=MODE option by Stefan Hajnoczi · 9 years ago
  72. 48bec07 qemu-nbd: convert to use the QAPI SocketAddress object by Daniel P. Berrange · 9 years ago
  73. 6883de6 Trivial: fix commandline help message by Andrey Korolyov · 9 years ago
  74. 0683264 qemu-nbd: remove unnecessary qemu_notify_event() by Paolo Bonzini · 9 years ago
  75. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  76. 70b9433 QemuOpts: Wean off qerror_report_err() by Markus Armbruster · 10 years ago
  77. e4afbf4 qemu-nbd: Switch to qemu_set_fd_handler by Fam Zheng · 10 years ago
  78. 3f47265 nbd: Set block size to BDRV_SECTOR_SIZE by Max Reitz · 10 years ago
  79. ac97393 nbd: Fix potential signed overflow issues by Max Reitz · 10 years ago
  80. 70d4739 qemu-nbd: fork() can fail by Max Reitz · 10 years ago
  81. 98f44bb nbd: Handle blk_getlength() failure by Max Reitz · 10 years ago
  82. 453b07b qemu-nbd: Detect unused partitions by system == 0 by Max Reitz · 10 years ago
  83. c5c6d7f Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging by Peter Maydell · 10 years ago
  84. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  85. 4fbec26 qemu-nbd: Use blk_new_open() in main() by Max Reitz · 10 years ago
  86. 1ce5284 nbd: Improve error messages by Max Reitz · 10 years ago
  87. 4c58e80 qemu-nbd: Use BlockBackend where reasonable by Max Reitz · 10 years ago
  88. e140177 nbd: Change external interface to BlockBackend by Max Reitz · 10 years ago
  89. 9ba10c9 block: Make BlockBackend own its BlockDriverState by Markus Armbruster · 10 years ago
  90. 7e7d56d block: Connect BlockBackend to BlockDriverState by Markus Armbruster · 10 years ago
  91. 26f54e9 block: New BlockBackend by Markus Armbruster · 10 years ago
  92. e4e9986 block: Split bdrv_new_root() off bdrv_new() by Markus Armbruster · 10 years ago
  93. fbf28a4 block: Drop superfluous conditionals around qemu_opts_del() by Markus Armbruster · 10 years ago
  94. e5d7bbe qemu-nbd: Destroy the BlockDriverState properly by Markus Armbruster · 10 years ago
  95. 2f78e49 async: aio_context_new(): Handle event_notifier_init failure by Chrysostomos Nanakos · 10 years ago
  96. 713cc67 qemu-nbd: fix indentation and coding style by Peter Lieven · 10 years ago
  97. b3838a4 qemu-nbd: add option to set detect-zeroes mode by Peter Lieven · 10 years ago
  98. 27e5eae nbd: Shutdown socket before closing. by Hani Benhabiles · 11 years ago
  99. 3775ec6 qemu-nbd: Don't use qerror_report() by Markus Armbruster · 11 years ago
  100. 5672ee5 nbd: Miscellaneous typo fixes. by Hani Benhabiles · 11 years ago