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