Age | Commit message (Expand) | Author | Files | Lines |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -1/+1 |
2018-02-09 | Drop superfluous includes of qapi/qmp/qerror.h | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-01-26 | qapi: add nbd-server-remove | Vladimir Sementsov-Ogievskiy | 1 | -0/+24 |
2018-01-26 | qapi: add name parameter to nbd-server-add | Vladimir Sementsov-Ogievskiy | 1 | -5/+9 |
2017-12-21 | blockdev: convert internal NBD server to QIONetListener | Daniel P. Berrange | 1 | -34/+16 |
2017-06-15 | nbd: Fix regression on resiliency to port scan | Eric Blake | 1 | -1/+5 |
2017-05-09 | sockets: Limit SocketAddressLegacy to external interfaces | Markus Armbruster | 1 | -6/+15 |
2017-05-09 | sockets: Rename SocketAddress to SocketAddressLegacy | Markus Armbruster | 1 | -3/+3 |
2017-04-03 | nbd sockets vnc: Mark problematic address family tests TODO | Markus Armbruster | 1 | -0/+1 |
2017-01-31 | trace: switch to modular code generation for sub-directories | Daniel P. Berrange | 1 | -1/+0 |
2016-10-27 | nbd: set name for all I/O channels created | Daniel P. Berrange | 1 | -0/+3 |
2016-09-05 | nbd-server: Allow node name for nbd-server-add | Kevin Wolf | 1 | -12/+9 |
2016-09-05 | nbd-server: Use a separate BlockBackend | Kevin Wolf | 1 | -2/+2 |
2016-02-16 | nbd: enable use of TLS with nbd-server-start command | Daniel P. Berrange | 1 | -22/+100 |
2016-02-16 | nbd: implement TLS support in the protocol negotiation | Daniel P. Berrange | 1 | -1/+1 |
2016-02-16 | nbd: convert to using I/O channels for actual socket I/O | Daniel P. Berrange | 1 | -5/+1 |
2016-02-16 | nbd: convert blockdev NBD server to use I/O channels for connection setup | Daniel P. Berrange | 1 | -15/+34 |
2016-02-04 | all: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-02-02 | nbd: Switch from close to eject notifier | Max Reitz | 1 | -35/+5 |
2016-01-15 | nbd: Always call "close_fn" in nbd_client_new | Fam Zheng | 1 | -3/+2 |
2015-06-22 | Include monitor/monitor.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 1 | -1/+1 |
2015-06-22 | qerror: Eliminate QERR_DEVICE_NOT_FOUND | Markus Armbruster | 1 | -1/+2 |
2015-06-12 | Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler | Fam Zheng | 1 | -2/+2 |
2015-03-25 | nbd: Fix up comment after commit e140177 | Markus Armbruster | 1 | -2/+3 |
2015-03-18 | nbd: Handle blk_getlength() failure | Max Reitz | 1 | -1/+5 |
2014-12-10 | nbd: Change external interface to BlockBackend | Max Reitz | 1 | -7/+8 |
2014-08-20 | block: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -1/+1 |
2014-06-30 | nbd: Shutdown socket before closing. | Hani Benhabiles | 1 | -0/+1 |
2014-06-27 | nbd: Don't export a block device with no medium. | Hani Benhabiles | 1 | -0/+4 |
2014-05-24 | nbd: Close socket on negotiation failure. | Hani Benhabiles | 1 | -2/+2 |
2013-09-06 | nbd: use BlockDriverState refcnt | Fam Zheng | 1 | -9/+1 |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 1 | -2/+2 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini | 1 | -1/+1 |
2012-11-28 | nbd-server-add: Fix the default for 'writable' | Michal Privoznik | 1 | -1/+1 |
2012-11-12 | nbd: disallow nbd-server-add before nbd-server-start | Paolo Bonzini | 1 | -0/+5 |
2012-11-12 | nbd: force read-only export for read-only devices | Paolo Bonzini | 1 | -0/+7 |
2012-11-12 | nbd: fix nbd_server_stop crash when no server was running | Paolo Bonzini | 1 | -3/+5 |
2012-10-23 | qmp: add NBD server commands | Paolo Bonzini | 1 | -0/+119 |