| Commit message (Expand) | Author | Age | Files | Lines |
* | nbd: Update qapi to support exporting multiple bitmaps | Eric Blake | 2020-10-30 | 1 | -1/+5 |
* | nbd: Utilize QAPI_CLONE for type conversion | Eric Blake | 2020-10-30 | 1 | -9/+6 |
* | nbd: Merge nbd_export_new() and nbd_export_create() | Kevin Wolf | 2020-10-02 | 1 | -35/+5 |
* | block/export: Move writable to BlockExportOptions | Kevin Wolf | 2020-10-02 | 1 | -13/+5 |
* | block/export: Create BlockBackend in blk_exp_add() | Kevin Wolf | 2020-10-02 | 1 | -29/+4 |
* | block/export: Add block-export-del | Kevin Wolf | 2020-10-02 | 1 | -19/+6 |
* | block/export: Move strong user reference to block_exports | Kevin Wolf | 2020-10-02 | 1 | -5/+0 |
* | block/export: Add 'id' option to block-export-add | Kevin Wolf | 2020-10-02 | 1 | -0/+1 |
* | block/export: Add blk_exp_close_all(_type) | Kevin Wolf | 2020-10-02 | 1 | -1/+1 |
* | block/export: Allocate BlockExport in blk_exp_add() | Kevin Wolf | 2020-10-02 | 1 | -12/+14 |
* | block/export: Add node-name to BlockExportOptions | Kevin Wolf | 2020-10-02 | 1 | -11/+33 |
* | block/export: Move refcount from NBDExport to BlockExport | Kevin Wolf | 2020-10-02 | 1 | -1/+1 |
* | qemu-nbd: Use blk_exp_add() to create the export | Kevin Wolf | 2020-10-02 | 1 | -1/+7 |
* | nbd: Remove NBDExport.close callback | Kevin Wolf | 2020-10-02 | 1 | -1/+1 |
* | nbd: Add writethrough to block-export-add | Kevin Wolf | 2020-10-02 | 1 | -1/+5 |
* | nbd: Add max-connections to nbd-server-start | Kevin Wolf | 2020-10-02 | 1 | -7/+26 |
* | block/export: Remove magic from block-export-add | Kevin Wolf | 2020-10-02 | 1 | -8/+39 |
* | qemu-nbd: Use raw block driver for --offset | Kevin Wolf | 2020-10-02 | 1 | -8/+1 |
* | block/export: Add BlockExport infrastructure and block-export-add | Kevin Wolf | 2020-10-02 | 1 | -7/+21 |
* | qapi: Rename BlockExport to BlockExportOptions | Kevin Wolf | 2020-10-02 | 1 | -1/+1 |
* | qapi: Create block-export module | Kevin Wolf | 2020-10-02 | 1 | -1/+1 |
* | blockdev-nbd: Boxed argument type for nbd-server-add | Kevin Wolf | 2020-03-06 | 1 | -19/+16 |
* | qemu-storage-daemon: Add --nbd-server option | Kevin Wolf | 2020-03-06 | 1 | -0/+5 |
* | nbd: Allow description when creating NBD blockdev | Eric Blake | 2020-02-06 | 1 | -1/+8 |
* | nbd: Don't send oversize strings | Eric Blake | 2019-11-18 | 1 | -0/+5 |
* | nbd: Grab aio context lock in more places | Eric Blake | 2019-09-24 | 1 | -2/+12 |
* | nbd: Improve per-export flag handling in server | Eric Blake | 2019-09-05 | 1 | -2/+1 |
* | nbd: Advertise multi-conn for shared read-only connections | Eric Blake | 2019-09-05 | 1 | -1/+1 |
* | socket: Add num connections to qio_net_listener_open_sync() | Juan Quintela | 2019-09-03 | 1 | -1/+1 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | nbd: allow authorization with nbd-server-start QMP command | Daniel P. Berrange | 2019-03-06 | 1 | -3/+8 |
* | nbd/server: Hoist length check to qmp_nbd_server_add | Eric Blake | 2019-01-21 | 1 | -1/+9 |
* | nbd: Merge nbd_export_bitmap into nbd_export_new | Eric Blake | 2019-01-14 | 1 | -10/+1 |
* | nbd: Remove x-nbd-server-add-bitmap | Eric Blake | 2019-01-14 | 1 | -23/+0 |
* | nbd: Allow bitmap export during QMP nbd-server-add | Eric Blake | 2019-01-14 | 1 | -1/+11 |
* | nbd: Merge nbd_export_set_name into nbd_export_new | Eric Blake | 2019-01-14 | 1 | -3/+2 |
* | nbd: Forbid nbd-server-stop when server is not running | Eric Blake | 2019-01-14 | 1 | -0/+5 |
* | nbd/server: drop old-style negotiation | Vladimir Sementsov-Ogievskiy | 2018-10-03 | 1 | -2/+1 |
* | qapi: new qmp command nbd-server-add-bitmap | Vladimir Sementsov-Ogievskiy | 2018-06-21 | 1 | -0/+23 |
* | Include less of the generated modular QAPI headers | Markus Armbruster | 2018-03-02 | 1 | -1/+1 |
* | Drop superfluous includes of qapi/qmp/qerror.h | Markus Armbruster | 2018-02-09 | 1 | -1/+0 |
* | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | qapi: add nbd-server-remove | Vladimir Sementsov-Ogievskiy | 2018-01-26 | 1 | -0/+24 |
* | qapi: add name parameter to nbd-server-add | Vladimir Sementsov-Ogievskiy | 2018-01-26 | 1 | -5/+9 |
* | blockdev: convert internal NBD server to QIONetListener | Daniel P. Berrange | 2017-12-21 | 1 | -34/+16 |
* | nbd: Fix regression on resiliency to port scan | Eric Blake | 2017-06-15 | 1 | -1/+5 |
* | sockets: Limit SocketAddressLegacy to external interfaces | Markus Armbruster | 2017-05-09 | 1 | -6/+15 |
* | sockets: Rename SocketAddress to SocketAddressLegacy | Markus Armbruster | 2017-05-09 | 1 | -3/+3 |
* | nbd sockets vnc: Mark problematic address family tests TODO | Markus Armbruster | 2017-04-03 | 1 | -0/+1 |
* | trace: switch to modular code generation for sub-directories | Daniel P. Berrange | 2017-01-31 | 1 | -1/+0 |