1. 0bc1699 qemu-nbd: Removed deprecated --partition option by Eric Blake · 5 years ago
  2. 7680274 qemu-nbd: adds option for aio engines by Aarushi Mehta · 5 years ago
  3. 93676c8 nbd: Don't send oversize strings by Eric Blake · 5 years ago
  4. 495bf89 qemu-nbd: Support help options for --object by Kevin Wolf · 5 years ago
  5. 0a47954 nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO by Eric Blake · 5 years ago
  6. dbb38ca nbd: Improve per-export flag handling in server by Eric Blake · 5 years ago
  7. 61cc872 nbd: Advertise multi-conn for shared read-only connections by Eric Blake · 5 years ago
  8. fc8135c socket: Add num connections to qio_net_listener_open_sync() by Juan Quintela · 5 years ago
  9. a8e2bb6 block/nbd: use non-blocking io channel for nbd negotiation by Vladimir Sementsov-Ogievskiy · 6 years ago
  10. e6df58a qemu-nbd: Do not close stderr by Max Reitz · 6 years ago
  11. 637bc5a qemu-nbd: Add --pid-file option by Max Reitz · 6 years ago
  12. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  13. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  14. 14a48c1 qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h by Markus Armbruster · 6 years ago
  15. c4e2aff qemu-nbd: Look up flag names in array by Max Reitz · 6 years ago
  16. f5852ef log: Make glib logging go through QEMU by Christophe Fergeau · 6 years ago
  17. b25e12d qemu-nbd: add support for authorization of TLS clients by Daniel P. Berrange · 6 years ago
  18. 0ae2d54 qemu-nbd: Deprecate qemu-nbd --partition by Eric Blake · 6 years ago
  19. 68b96f1 qemu-nbd: Add --list option by Eric Blake · 6 years ago
  20. 6dc1667 nbd/client: Move export name into NBDExportInfo by Eric Blake · 6 years ago
  21. 43b5101 qemu-nbd: Avoid strtol open-coding by Eric Blake · 6 years ago
  22. 9d26dfc nbd/server: Favor [u]int64_t over off_t by Eric Blake · 6 years ago
  23. 4485936 qemu-nbd: Sanity check partition bounds by Eric Blake · 6 years ago
  24. 636192c qemu-nbd: Add --bitmap=NAME option by Eric Blake · 6 years ago
  25. 678ba27 nbd: Merge nbd_export_bitmap into nbd_export_new by Eric Blake · 6 years ago
  26. 3fa4c76 nbd: Merge nbd_export_set_name into nbd_export_new by Eric Blake · 6 years ago
  27. 9d97658 qemu-nbd: Rename 'exp' variable clashing with math::exp() symbol by Philippe Mathieu-Daudé · 6 years ago
  28. 3c1fa35 qemu-nbd: Fail earlier for -c/-d on non-linux by Eric Blake · 6 years ago
  29. 3ba1b7b qemu-nbd: Use program name in error messages by Eric Blake · 6 years ago
  30. 7e1e0c1 qom: Clean up error reporting in user_creatable_add_opts_foreach() by Markus Armbruster · 6 years ago
  31. 50beeb6 Use error_fatal to simplify obvious fatal errors (again) by Markus Armbruster · 6 years ago
  32. 7f7dfe2 nbd/server: drop old-style negotiation by Vladimir Sementsov-Ogievskiy · 6 years ago
  33. f5cd0bb qemu-nbd: drop old-style negotiation by Vladimir Sementsov-Ogievskiy · 6 years ago
  34. f7812df qemu-nbd: Document --tls-creds by Eric Blake · 6 years ago
  35. b3b5299 block: Cancel job in bdrv_close_all() callers by Kevin Wolf · 7 years ago
  36. 7e563bf Polish the version strings containing the package version by Thomas Huth · 7 years ago
  37. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  38. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  39. e4849c1 blockdev: convert qemu-nbd server to QIONetListener by Daniel P. Berrange · 7 years ago
  40. f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 7 years ago
  41. 5b5f825 qapi: Generate FOO_str() macro for QAPI enum FOO by Markus Armbruster · 7 years ago
  42. 06c60b6 qapi: Drop superfluous qapi_enum_parse() parameter max by Markus Armbruster · 7 years ago
  43. f5048cb maint: Include bug-reporting info in --help output by Eric Blake · 7 years ago
  44. c2a3d7d maint: Reorder include directives for qemu-{nbd, io} by Eric Blake · 7 years ago
  45. be37713 qemu-nbd: Update version string by Eric Blake · 7 years ago
  46. 081dd1f nbd: Implement NBD_INFO_BLOCK_SIZE on client by Eric Blake · 8 years ago
  47. 004a89f nbd: Create struct for tracking export info by Eric Blake · 8 years ago
  48. 041e32b qemu-nbd: Ignore SIGPIPE by Max Reitz · 8 years ago
  49. 0c9390d nbd: Fix regression on resiliency to port scan by Eric Blake · 8 years ago
  50. df8ad9f nbd: Fully initialize client in case of failed negotiation by Eric Blake · 8 years ago
  51. be41c10 nbd/client.c: use errp instead of LOG by Vladimir Sementsov-Ogievskiy · 8 years ago
  52. bd269eb sockets: Limit SocketAddressLegacy to external interfaces by Markus Armbruster · 8 years ago
  53. dfd100f sockets: Rename SocketAddress to SocketAddressLegacy by Markus Armbruster · 8 years ago
  54. 46f5ac2 qobject: Use simpler QDict/QList scalar insertion macros by Eric Blake · 8 years ago
  55. 53fabd4 qemu-ga: obey LISTEN_PID when using systemd socket activation by Paolo Bonzini · 8 years ago
  56. a721f53 qemu-nbd: Implement socket activation. by Richard W.M. Jones · 8 years ago
  57. b1a75b3 nbd: Add qemu-nbd -D for human-readable description by Eric Blake · 8 years ago
  58. ffb31e1 qemu-nbd: Add --fork option by Max Reitz · 8 years ago
  59. fe4db84 trace: provide mechanism for registering trace events by Daniel P. Berrange · 8 years ago
  60. e424b65 qemu-nbd: Shrink image size by specified offset by Tomáš Golembiovský · 8 years ago
  61. cd7fca9 nbd-server: Use a separate BlockBackend by Kevin Wolf · 9 years ago
  62. 7423f41 nbd: Limit nbdflags to 16 bits by Eric Blake · 8 years ago
  63. 39ca463 trace: enable tracing in qemu-nbd by Denis V. Lunev · 9 years ago
  64. 773dce3 nbd: Don't use *_to_cpup() functions by Peter Maydell · 9 years ago
  65. e8f2d27 Use &error_fatal when initializing crypto on qemu-{img,io,nbd} by Eduardo Habkost · 9 years ago
  66. 58369e2 qemu-common: stop including qemu/bswap.h from qemu-common.h by Paolo Bonzini · 9 years ago
  67. bd31c21 nbd: Switch to byte-based block access by Eric Blake · 9 years ago
  68. 51b9b47 qom: -object error messages lost location, restore it by Markus Armbruster · 9 years ago
  69. 23994a5 nbd: fix assert() on qemu-nbd stop by Pavel Butsykin · 9 years ago
  70. c229708 block: initialize qcrypto API at startup by Daniel P. Berrange · 9 years ago
  71. 332a254 qemu-nbd: Document -x option by Eric Blake · 9 years ago
  72. 6effd5b qemu-nbd: Call blk_set_enable_write_cache() explicitly by Kevin Wolf · 9 years ago
  73. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  74. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  75. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  76. efaa7c4 blockdev: Split monitor reference from BB creation by Max Reitz · 9 years ago
  77. 0399293 util: Shorten references into SocketAddress by Eric Blake · 9 years ago
  78. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  79. aa6e546 qemu-nbd: use no_argument/required_argument constants by Daniel P. Berrange · 9 years ago
  80. fa8b7ce qemu-nbd: don't overlap long option values with short options by Daniel P. Berrange · 9 years ago
  81. 77c9aae qemu-nbd: allow specifying image as a set of options args by Daniel P. Berrange · 9 years ago
  82. 145614a nbd: enable use of TLS with qemu-nbd server by Daniel P. Berrange · 9 years ago
  83. f95910f nbd: implement TLS support in the protocol negotiation by Daniel P. Berrange · 9 years ago
  84. 3d4b2f9 nbd: allow setting of an export name for qemu-nbd server by Daniel P. Berrange · 9 years ago
  85. 1c778ef nbd: convert to using I/O channels for actual socket I/O by Daniel P. Berrange · 9 years ago
  86. d0d6ff5 nbd: convert qemu-nbd server to use I/O channels for connection setup by Daniel P. Berrange · 9 years ago
  87. 0ab3b33 qemu-nbd: add support for --object command line arg by Daniel P. Berrange · 9 years ago
  88. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  89. ee7d7aa nbd: Always call "close_fn" in nbd_client_new by Fam Zheng · 9 years ago
  90. 433672b error: Clean up errors with embedded newlines (again) by Markus Armbruster · 9 years ago
  91. 9af9e0f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 9 years ago
  92. b988468 qemu-io qemu-nbd: Use error_report() etc. instead of fprintf() by Markus Armbruster · 9 years ago
  93. c29b77f error: Use error_reportf_err() where it makes obvious sense by Markus Armbruster · 9 years ago
  94. a4699e5 qemu-nbd: Clean up "Failed to load snapshot" error message by Markus Armbruster · 9 years ago
  95. 7828867 error: Use error_report_err() instead of ad hoc prints by Markus Armbruster · 9 years ago
  96. 4fffeb5 error: Use error_report_err() where appropriate (again) by Markus Armbruster · 9 years ago
  97. 85b01e0 qemu-nbd: Replace BSDism <err.h> by error_report() by Markus Armbruster · 9 years ago
  98. 7fb1cf1 qapi: Don't let implicit enum MAX member collide by Eric Blake · 9 years ago
  99. 2d32add sockets: Convert to new qapi union layout by Eric Blake · 9 years ago
  100. bb628e1 qemu-nbd: always compile in --aio=MODE option by Stefan Hajnoczi · 9 years ago