1. d81b797 qemu-nbd: mention --tls-hostname option in qemu-nbd --help by Michael Tokarev · 11 months ago
  2. b49f475 block: remove AioContext locking by Stefan Hajnoczi · 1 year ago
  3. 2dcbb11 nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS by Eric Blake · 1 year, 3 months ago
  4. 56cf9d0 nbd/client: Request extended headers during negotiation by Eric Blake · 1 year, 3 months ago
  5. e161785 qemu-nbd: changes towards enabling -Wshadow=local by Eric Blake · 1 year, 3 months ago
  6. ac132d0 nbd: Replace bool structured_reply with mode enum by Eric Blake · 1 year, 4 months ago
  7. f6f4620 qemu-nbd: Restore "qemu-nbd -v --fork" output by Denis V. Lunev · 1 year, 3 months ago
  8. 2eb7c2a qemu-nbd: invent nbd_client_release_pipe() helper by Denis V. Lunev · 1 year, 3 months ago
  9. b2cecdf qemu-nbd: put saddr into into struct NbdClientOpts by Denis V. Lunev · 1 year, 3 months ago
  10. b18d72d qemu-nbd: move srcpath into struct NbdClientOpts by Denis V. Lunev · 1 year, 3 months ago
  11. 3484f67 qemu-nbd: define struct NbdClientOpts when HAVE_NBD_DEVICE is not defined by Denis V. Lunev · 1 year, 3 months ago
  12. b4bbdf5 qemu-nbd: improve error message for dup2 error by Denis V. Lunev · 1 year, 3 months ago
  13. b84ca91 nbd: drop unused nbd_receive_negotiate() aio_context argument by Stefan Hajnoczi · 1 year, 4 months ago
  14. e5b815b qemu-nbd: regression with arguments passing into nbd_client_thread() by Denis V. Lunev · 1 year, 5 months ago
  15. 414c0cf qemu-nbd: make verbose bool and local variable in main() by Denis V. Lunev · 1 year, 5 months ago
  16. 173776f qemu-nbd: handle dup2() error when qemu-nbd finished setup process by Denis V. Lunev · 1 year, 5 months ago
  17. e0892ce qemu-nbd: properly report error on error in dup2() after qemu_daemon() by Denis V. Lunev · 1 year, 5 months ago
  18. 1dc8215 qemu-nbd: properly report error if qemu_daemon() is failed by Denis V. Lunev · 1 year, 5 months ago
  19. 5c56dd2 qemu-nbd: fix regression with qemu-nbd --fork run over ssh by Denis V. Lunev · 1 year, 5 months ago
  20. 03b6762 qemu-nbd: pass structure into nbd_client_thread instead of plain char* by Denis V. Lunev · 1 year, 5 months ago
  21. c6e0a6d block: Take main AioContext lock when calling bdrv_open() by Kevin Wolf · 1 year, 7 months ago
  22. 54fde4f qapi block: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 2 months ago
  23. a5fced4 qemu-nbd: Pass max connections to blockdev layer by Eric Blake · 2 years, 7 months ago
  24. a724197 Replace qemu_pipe() with g_unix_open_pipe() by Marc-André Lureau · 2 years, 9 months ago
  25. e5fb29d qapi: nbd-export: allow select bitmaps by node/name pair by Vladimir Sementsov-Ogievskiy · 2 years, 9 months ago
  26. 49f9522 include: rename qemu-common.h qemu/help-texts.h by Marc-André Lureau · 2 years, 8 months ago
  27. c5955f4 util/log: Pass Error pointer to qemu_set_log by Richard Henderson · 2 years, 8 months ago
  28. e8ae8b1 block/nbd: don't restrict TLS usage to IP sockets by Daniel P. Berrangé · 2 years, 10 months ago
  29. 003b2b2 qemu-nbd: add --tls-hostname option for TLS certificate validation by Daniel P. Berrangé · 2 years, 10 months ago
  30. 3d212b4 nbd/server: Add --selinux-label option by Richard W.M. Jones · 3 years, 1 month ago
  31. 0961525 qemu-nbd: Change default cache mode to writeback by Nir Soffer · 3 years, 4 months ago
  32. f9734d5 error: Use error_fatal to simplify obvious fatal errors (again) by Markus Armbruster · 3 years, 5 months ago
  33. 0279cd9 qemu-nbd: Use qcrypto_tls_creds_check_endpoint() by Philippe Mathieu-Daudé · 3 years, 6 months ago
  34. fa40e43 qemu-nbd: Use user_creatable_process_cmdline() for --object by Kevin Wolf · 3 years, 10 months ago
  35. 3dcf56e qemu-nbd: Permit --shared=0 for unlimited clients by Eric Blake · 3 years, 10 months ago
  36. 582d421 qemu-nbd: Use SOMAXCONN for socket listen() backlog by Eric Blake · 3 years, 10 months ago
  37. 1895b97 block: move blk_exp_close_all() to qemu_cleanup() by Sergio Lopez · 3 years, 11 months ago
  38. af74b55 qemu-nbd: Fix a memleak in nbd_client_thread() by Alex Chen · 4 years ago
  39. 992809b qemu-nbd: Fix a memleak in qemu_nbd_client_list() by Alex Chen · 4 years, 1 month ago
  40. 92eecff trace: remove argument from trace_init_file by Paolo Bonzini · 4 years, 2 months ago
  41. dbc7b01 nbd: Add 'qemu-nbd -A' to expose allocation depth by Eric Blake · 4 years, 2 months ago
  42. cbad81c nbd: Update qapi to support exporting multiple bitmaps by Eric Blake · 4 years, 2 months ago
  43. cbc20bf block: move block exports to libblockdev by Stefan Hajnoczi · 4 years, 3 months ago
  44. 029a88c qemu-nbd: Honor SIGINT and SIGHUP by Eric Blake · 4 years, 3 months ago
  45. 30dbc81 block/export: Move writable to BlockExportOptions by Kevin Wolf · 4 years, 3 months ago
  46. d53be9c block/export: Add 'id' option to block-export-add by Kevin Wolf · 4 years, 3 months ago
  47. bc4ee65 block/export: Add blk_exp_close_all(_type) by Kevin Wolf · 4 years, 3 months ago
  48. b6076af block/export: Add node-name to BlockExportOptions by Kevin Wolf · 4 years, 3 months ago
  49. 0091717 qemu-nbd: Use blk_exp_add() to create the export by Kevin Wolf · 4 years, 3 months ago
  50. d794f7f nbd: Remove NBDExport.close callback by Kevin Wolf · 4 years, 3 months ago
  51. 9b562c6 block/export: Remove magic from block-export-add by Kevin Wolf · 4 years, 3 months ago
  52. b57e4de qemu-nbd: Use raw block driver for --offset by Kevin Wolf · 4 years, 3 months ago
  53. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 3 months ago
  54. eb70598 nbd: disable signals and forking on Windows builds by Daniel P. Berrangé · 4 years, 4 months ago
  55. 6e64dd5 nbd: skip SIGTERM handler if NBD device support is not built by Daniel P. Berrangé · 4 years, 4 months ago
  56. 98c5d2e block: add missing socket_init() calls to tools by Daniel P. Berrangé · 4 years, 4 months ago
  57. 5217f18 error: Use error_reportf_err() where appropriate by Markus Armbruster · 4 years, 8 months ago
  58. 0eaf453 qemu-nbd: Close inherited stderr by Raphael Pour · 4 years, 7 months ago
  59. 0bc1699 qemu-nbd: Removed deprecated --partition option by Eric Blake · 5 years ago
  60. 7680274 qemu-nbd: adds option for aio engines by Aarushi Mehta · 5 years ago
  61. 93676c8 nbd: Don't send oversize strings by Eric Blake · 5 years ago
  62. 495bf89 qemu-nbd: Support help options for --object by Kevin Wolf · 5 years ago
  63. 0a47954 nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO by Eric Blake · 5 years ago
  64. dbb38ca nbd: Improve per-export flag handling in server by Eric Blake · 5 years ago
  65. 61cc872 nbd: Advertise multi-conn for shared read-only connections by Eric Blake · 5 years ago
  66. fc8135c socket: Add num connections to qio_net_listener_open_sync() by Juan Quintela · 5 years ago
  67. a8e2bb6 block/nbd: use non-blocking io channel for nbd negotiation by Vladimir Sementsov-Ogievskiy · 6 years ago
  68. e6df58a qemu-nbd: Do not close stderr by Max Reitz · 6 years ago
  69. 637bc5a qemu-nbd: Add --pid-file option by Max Reitz · 6 years ago
  70. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  71. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  72. 14a48c1 qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h by Markus Armbruster · 6 years ago
  73. c4e2aff qemu-nbd: Look up flag names in array by Max Reitz · 6 years ago
  74. f5852ef log: Make glib logging go through QEMU by Christophe Fergeau · 6 years ago
  75. b25e12d qemu-nbd: add support for authorization of TLS clients by Daniel P. Berrange · 6 years ago
  76. 0ae2d54 qemu-nbd: Deprecate qemu-nbd --partition by Eric Blake · 6 years ago
  77. 68b96f1 qemu-nbd: Add --list option by Eric Blake · 6 years ago
  78. 6dc1667 nbd/client: Move export name into NBDExportInfo by Eric Blake · 6 years ago
  79. 43b5101 qemu-nbd: Avoid strtol open-coding by Eric Blake · 6 years ago
  80. 9d26dfc nbd/server: Favor [u]int64_t over off_t by Eric Blake · 6 years ago
  81. 4485936 qemu-nbd: Sanity check partition bounds by Eric Blake · 6 years ago
  82. 636192c qemu-nbd: Add --bitmap=NAME option by Eric Blake · 6 years ago
  83. 678ba27 nbd: Merge nbd_export_bitmap into nbd_export_new by Eric Blake · 6 years ago
  84. 3fa4c76 nbd: Merge nbd_export_set_name into nbd_export_new by Eric Blake · 6 years ago
  85. 9d97658 qemu-nbd: Rename 'exp' variable clashing with math::exp() symbol by Philippe Mathieu-Daudé · 6 years ago
  86. 3c1fa35 qemu-nbd: Fail earlier for -c/-d on non-linux by Eric Blake · 6 years ago
  87. 3ba1b7b qemu-nbd: Use program name in error messages by Eric Blake · 6 years ago
  88. 7e1e0c1 qom: Clean up error reporting in user_creatable_add_opts_foreach() by Markus Armbruster · 6 years ago
  89. 50beeb6 Use error_fatal to simplify obvious fatal errors (again) by Markus Armbruster · 6 years ago
  90. 7f7dfe2 nbd/server: drop old-style negotiation by Vladimir Sementsov-Ogievskiy · 6 years ago
  91. f5cd0bb qemu-nbd: drop old-style negotiation by Vladimir Sementsov-Ogievskiy · 6 years ago
  92. f7812df qemu-nbd: Document --tls-creds by Eric Blake · 6 years ago
  93. b3b5299 block: Cancel job in bdrv_close_all() callers by Kevin Wolf · 7 years ago
  94. 7e563bf Polish the version strings containing the package version by Thomas Huth · 7 years ago
  95. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  96. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  97. e4849c1 blockdev: convert qemu-nbd server to QIONetListener by Daniel P. Berrange · 7 years ago
  98. f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 7 years ago
  99. 5b5f825 qapi: Generate FOO_str() macro for QAPI enum FOO by Markus Armbruster · 7 years ago
  100. 06c60b6 qapi: Drop superfluous qapi_enum_parse() parameter max by Markus Armbruster · 7 years ago