| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | nbd: set name for all I/O channels created | Daniel P. Berrange | 2016-10-27 | 1 | -0/+3 |
* | nbd-server: Allow node name for nbd-server-add | Kevin Wolf | 2016-09-05 | 1 | -12/+9 |
* | nbd-server: Use a separate BlockBackend | Kevin Wolf | 2016-09-05 | 1 | -2/+2 |
* | nbd: enable use of TLS with nbd-server-start command | Daniel P. Berrange | 2016-02-16 | 1 | -22/+100 |
* | nbd: implement TLS support in the protocol negotiation | Daniel P. Berrange | 2016-02-16 | 1 | -1/+1 |
* | nbd: convert to using I/O channels for actual socket I/O | Daniel P. Berrange | 2016-02-16 | 1 | -5/+1 |
* | nbd: convert blockdev NBD server to use I/O channels for connection setup | Daniel P. Berrange | 2016-02-16 | 1 | -15/+34 |
* | all: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | nbd: Switch from close to eject notifier | Max Reitz | 2016-02-02 | 1 | -35/+5 |
* | nbd: Always call "close_fn" in nbd_client_new | Fam Zheng | 2016-01-15 | 1 | -3/+2 |
* | Include monitor/monitor.h exactly where needed | Markus Armbruster | 2015-06-22 | 1 | -1/+0 |
* | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 2015-06-22 | 1 | -1/+1 |
* | qerror: Eliminate QERR_DEVICE_NOT_FOUND | Markus Armbruster | 2015-06-22 | 1 | -1/+2 |
* | Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler | Fam Zheng | 2015-06-12 | 1 | -2/+2 |
* | nbd: Fix up comment after commit e140177 | Markus Armbruster | 2015-03-25 | 1 | -2/+3 |
* | nbd: Handle blk_getlength() failure | Max Reitz | 2015-03-18 | 1 | -1/+5 |
* | nbd: Change external interface to BlockBackend | Max Reitz | 2014-12-10 | 1 | -7/+8 |
* | block: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2014-08-20 | 1 | -1/+1 |
* | nbd: Shutdown socket before closing. | Hani Benhabiles | 2014-06-30 | 1 | -0/+1 |
* | nbd: Don't export a block device with no medium. | Hani Benhabiles | 2014-06-27 | 1 | -0/+4 |
* | nbd: Close socket on negotiation failure. | Hani Benhabiles | 2014-05-23 | 1 | -2/+2 |
* | nbd: use BlockDriverState refcnt | Fam Zheng | 2013-09-06 | 1 | -9/+1 |
* | hw: move headers to include/ | Paolo Bonzini | 2013-04-08 | 1 | -1/+1 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -2/+2 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | monitor: move include files to include/monitor/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | block: move include files to include/block/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | qapi: move include files to include/qobject/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | nbd-server-add: Fix the default for 'writable' | Michal Privoznik | 2012-11-28 | 1 | -1/+1 |
* | nbd: disallow nbd-server-add before nbd-server-start | Paolo Bonzini | 2012-11-12 | 1 | -0/+5 |