summaryrefslogtreecommitdiff
path: root/blockdev-nbd.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-16nbd: enable use of TLS with nbd-server-start commandDaniel P. Berrange1-22/+100
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange1-1/+1
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange1-5/+1
2016-02-16nbd: convert blockdev NBD server to use I/O channels for connection setupDaniel P. Berrange1-15/+34
2016-02-04all: Clean up includesPeter Maydell1-0/+1
2016-02-02nbd: Switch from close to eject notifierMax Reitz1-35/+5
2016-01-15nbd: Always call "close_fn" in nbd_client_newFam Zheng1-3/+2
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-1/+1
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster1-1/+2
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng1-2/+2
2015-03-25nbd: Fix up comment after commit e140177Markus Armbruster1-2/+3
2015-03-18nbd: Handle blk_getlength() failureMax Reitz1-1/+5
2014-12-10nbd: Change external interface to BlockBackendMax Reitz1-7/+8
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2014-06-30nbd: Shutdown socket before closing.Hani Benhabiles1-0/+1
2014-06-27nbd: Don't export a block device with no medium.Hani Benhabiles1-0/+4
2014-05-24nbd: Close socket on negotiation failure.Hani Benhabiles1-2/+2
2013-09-06nbd: use BlockDriverState refcntFam Zheng1-9/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-11-28nbd-server-add: Fix the default for 'writable'Michal Privoznik1-1/+1
2012-11-12nbd: disallow nbd-server-add before nbd-server-startPaolo Bonzini1-0/+5
2012-11-12nbd: force read-only export for read-only devicesPaolo Bonzini1-0/+7
2012-11-12nbd: fix nbd_server_stop crash when no server was runningPaolo Bonzini1-3/+5
2012-10-23qmp: add NBD server commandsPaolo Bonzini1-0/+119