1. 54fde4f qapi block: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
  2. a5fced4 qemu-nbd: Pass max connections to blockdev layer by Eric Blake · 2 years, 10 months ago
  3. a724197 Replace qemu_pipe() with g_unix_open_pipe() by Marc-André Lureau · 3 years ago
  4. e5fb29d qapi: nbd-export: allow select bitmaps by node/name pair by Vladimir Sementsov-Ogievskiy · 3 years ago
  5. 49f9522 include: rename qemu-common.h qemu/help-texts.h by Marc-André Lureau · 2 years, 11 months ago
  6. c5955f4 util/log: Pass Error pointer to qemu_set_log by Richard Henderson · 2 years, 11 months ago
  7. e8ae8b1 block/nbd: don't restrict TLS usage to IP sockets by Daniel P. Berrangé · 3 years ago
  8. 003b2b2 qemu-nbd: add --tls-hostname option for TLS certificate validation by Daniel P. Berrangé · 3 years ago
  9. 3d212b4 nbd/server: Add --selinux-label option by Richard W.M. Jones · 3 years, 4 months ago
  10. 0961525 qemu-nbd: Change default cache mode to writeback by Nir Soffer · 3 years, 7 months ago
  11. f9734d5 error: Use error_fatal to simplify obvious fatal errors (again) by Markus Armbruster · 3 years, 8 months ago
  12. 0279cd9 qemu-nbd: Use qcrypto_tls_creds_check_endpoint() by Philippe Mathieu-Daudé · 3 years, 8 months ago
  13. fa40e43 qemu-nbd: Use user_creatable_process_cmdline() for --object by Kevin Wolf · 4 years, 1 month ago
  14. 3dcf56e qemu-nbd: Permit --shared=0 for unlimited clients by Eric Blake · 4 years, 1 month ago
  15. 582d421 qemu-nbd: Use SOMAXCONN for socket listen() backlog by Eric Blake · 4 years, 1 month ago
  16. 1895b97 block: move blk_exp_close_all() to qemu_cleanup() by Sergio Lopez · 4 years, 1 month ago
  17. af74b55 qemu-nbd: Fix a memleak in nbd_client_thread() by Alex Chen · 4 years, 3 months ago
  18. 992809b qemu-nbd: Fix a memleak in qemu_nbd_client_list() by Alex Chen · 4 years, 3 months ago
  19. 92eecff trace: remove argument from trace_init_file by Paolo Bonzini · 4 years, 4 months ago
  20. dbc7b01 nbd: Add 'qemu-nbd -A' to expose allocation depth by Eric Blake · 4 years, 4 months ago
  21. cbad81c nbd: Update qapi to support exporting multiple bitmaps by Eric Blake · 4 years, 4 months ago
  22. cbc20bf block: move block exports to libblockdev by Stefan Hajnoczi · 4 years, 5 months ago
  23. 029a88c qemu-nbd: Honor SIGINT and SIGHUP by Eric Blake · 4 years, 5 months ago
  24. 30dbc81 block/export: Move writable to BlockExportOptions by Kevin Wolf · 4 years, 5 months ago
  25. d53be9c block/export: Add 'id' option to block-export-add by Kevin Wolf · 4 years, 5 months ago
  26. bc4ee65 block/export: Add blk_exp_close_all(_type) by Kevin Wolf · 4 years, 5 months ago
  27. b6076af block/export: Add node-name to BlockExportOptions by Kevin Wolf · 4 years, 5 months ago
  28. 0091717 qemu-nbd: Use blk_exp_add() to create the export by Kevin Wolf · 4 years, 5 months ago
  29. d794f7f nbd: Remove NBDExport.close callback by Kevin Wolf · 4 years, 5 months ago
  30. 9b562c6 block/export: Remove magic from block-export-add by Kevin Wolf · 4 years, 5 months ago
  31. b57e4de qemu-nbd: Use raw block driver for --offset by Kevin Wolf · 4 years, 5 months ago
  32. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 5 months ago
  33. eb70598 nbd: disable signals and forking on Windows builds by Daniel P. Berrangé · 4 years, 6 months ago
  34. 6e64dd5 nbd: skip SIGTERM handler if NBD device support is not built by Daniel P. Berrangé · 4 years, 6 months ago
  35. 98c5d2e block: add missing socket_init() calls to tools by Daniel P. Berrangé · 4 years, 6 months ago
  36. 5217f18 error: Use error_reportf_err() where appropriate by Markus Armbruster · 4 years, 10 months ago
  37. 0eaf453 qemu-nbd: Close inherited stderr by Raphael Pour · 4 years, 10 months ago
  38. 0bc1699 qemu-nbd: Removed deprecated --partition option by Eric Blake · 5 years ago
  39. 7680274 qemu-nbd: adds option for aio engines by Aarushi Mehta · 5 years ago
  40. 93676c8 nbd: Don't send oversize strings by Eric Blake · 5 years ago
  41. 495bf89 qemu-nbd: Support help options for --object by Kevin Wolf · 5 years ago
  42. 0a47954 nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO by Eric Blake · 6 years ago
  43. dbb38ca nbd: Improve per-export flag handling in server by Eric Blake · 6 years ago
  44. 61cc872 nbd: Advertise multi-conn for shared read-only connections by Eric Blake · 6 years ago
  45. fc8135c socket: Add num connections to qio_net_listener_open_sync() by Juan Quintela · 6 years ago
  46. a8e2bb6 block/nbd: use non-blocking io channel for nbd negotiation by Vladimir Sementsov-Ogievskiy · 6 years ago
  47. e6df58a qemu-nbd: Do not close stderr by Max Reitz · 6 years ago
  48. 637bc5a qemu-nbd: Add --pid-file option by Max Reitz · 6 years ago
  49. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  50. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  51. 14a48c1 qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h by Markus Armbruster · 6 years ago
  52. c4e2aff qemu-nbd: Look up flag names in array by Max Reitz · 6 years ago
  53. f5852ef log: Make glib logging go through QEMU by Christophe Fergeau · 6 years ago
  54. b25e12d qemu-nbd: add support for authorization of TLS clients by Daniel P. Berrange · 6 years ago
  55. 0ae2d54 qemu-nbd: Deprecate qemu-nbd --partition by Eric Blake · 6 years ago
  56. 68b96f1 qemu-nbd: Add --list option by Eric Blake · 6 years ago
  57. 6dc1667 nbd/client: Move export name into NBDExportInfo by Eric Blake · 6 years ago
  58. 43b5101 qemu-nbd: Avoid strtol open-coding by Eric Blake · 6 years ago
  59. 9d26dfc nbd/server: Favor [u]int64_t over off_t by Eric Blake · 6 years ago
  60. 4485936 qemu-nbd: Sanity check partition bounds by Eric Blake · 6 years ago
  61. 636192c qemu-nbd: Add --bitmap=NAME option by Eric Blake · 6 years ago
  62. 678ba27 nbd: Merge nbd_export_bitmap into nbd_export_new by Eric Blake · 6 years ago
  63. 3fa4c76 nbd: Merge nbd_export_set_name into nbd_export_new by Eric Blake · 6 years ago
  64. 9d97658 qemu-nbd: Rename 'exp' variable clashing with math::exp() symbol by Philippe Mathieu-Daudé · 6 years ago
  65. 3c1fa35 qemu-nbd: Fail earlier for -c/-d on non-linux by Eric Blake · 6 years ago
  66. 3ba1b7b qemu-nbd: Use program name in error messages by Eric Blake · 6 years ago
  67. 7e1e0c1 qom: Clean up error reporting in user_creatable_add_opts_foreach() by Markus Armbruster · 6 years ago
  68. 50beeb6 Use error_fatal to simplify obvious fatal errors (again) by Markus Armbruster · 6 years ago
  69. 7f7dfe2 nbd/server: drop old-style negotiation by Vladimir Sementsov-Ogievskiy · 6 years ago
  70. f5cd0bb qemu-nbd: drop old-style negotiation by Vladimir Sementsov-Ogievskiy · 6 years ago
  71. f7812df qemu-nbd: Document --tls-creds by Eric Blake · 6 years ago
  72. b3b5299 block: Cancel job in bdrv_close_all() callers by Kevin Wolf · 7 years ago
  73. 7e563bf Polish the version strings containing the package version by Thomas Huth · 7 years ago
  74. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  75. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  76. e4849c1 blockdev: convert qemu-nbd server to QIONetListener by Daniel P. Berrange · 7 years ago
  77. f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 8 years ago
  78. 5b5f825 qapi: Generate FOO_str() macro for QAPI enum FOO by Markus Armbruster · 8 years ago
  79. 06c60b6 qapi: Drop superfluous qapi_enum_parse() parameter max by Markus Armbruster · 8 years ago
  80. f5048cb maint: Include bug-reporting info in --help output by Eric Blake · 8 years ago
  81. c2a3d7d maint: Reorder include directives for qemu-{nbd, io} by Eric Blake · 8 years ago
  82. be37713 qemu-nbd: Update version string by Eric Blake · 8 years ago
  83. 081dd1f nbd: Implement NBD_INFO_BLOCK_SIZE on client by Eric Blake · 8 years ago
  84. 004a89f nbd: Create struct for tracking export info by Eric Blake · 8 years ago
  85. 041e32b qemu-nbd: Ignore SIGPIPE by Max Reitz · 8 years ago
  86. 0c9390d nbd: Fix regression on resiliency to port scan by Eric Blake · 8 years ago
  87. df8ad9f nbd: Fully initialize client in case of failed negotiation by Eric Blake · 8 years ago
  88. be41c10 nbd/client.c: use errp instead of LOG by Vladimir Sementsov-Ogievskiy · 8 years ago
  89. bd269eb sockets: Limit SocketAddressLegacy to external interfaces by Markus Armbruster · 8 years ago
  90. dfd100f sockets: Rename SocketAddress to SocketAddressLegacy by Markus Armbruster · 8 years ago
  91. 46f5ac2 qobject: Use simpler QDict/QList scalar insertion macros by Eric Blake · 8 years ago
  92. 53fabd4 qemu-ga: obey LISTEN_PID when using systemd socket activation by Paolo Bonzini · 8 years ago
  93. a721f53 qemu-nbd: Implement socket activation. by Richard W.M. Jones · 8 years ago
  94. b1a75b3 nbd: Add qemu-nbd -D for human-readable description by Eric Blake · 8 years ago
  95. ffb31e1 qemu-nbd: Add --fork option by Max Reitz · 8 years ago
  96. fe4db84 trace: provide mechanism for registering trace events by Daniel P. Berrange · 8 years ago
  97. e424b65 qemu-nbd: Shrink image size by specified offset by Tomáš Golembiovský · 8 years ago
  98. cd7fca9 nbd-server: Use a separate BlockBackend by Kevin Wolf · 9 years ago
  99. 7423f41 nbd: Limit nbdflags to 16 bits by Eric Blake · 9 years ago
  100. 39ca463 trace: enable tracing in qemu-nbd by Denis V. Lunev · 9 years ago