aboutsummaryrefslogtreecommitdiff
path: root/blockdev-nbd.c
AgeCommit message (Expand)Author
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-26qapi: add nbd-server-removeVladimir Sementsov-Ogievskiy
2018-01-26qapi: add name parameter to nbd-server-addVladimir Sementsov-Ogievskiy
2017-12-21blockdev: convert internal NBD server to QIONetListenerDaniel P. Berrange
2017-06-15nbd: Fix regression on resiliency to port scanEric Blake
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster
2017-04-03nbd sockets vnc: Mark problematic address family tests TODOMarkus Armbruster
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange
2016-10-27nbd: set name for all I/O channels createdDaniel P. Berrange
2016-09-05nbd-server: Allow node name for nbd-server-addKevin Wolf
2016-09-05nbd-server: Use a separate BlockBackendKevin Wolf
2016-02-16nbd: enable use of TLS with nbd-server-start commandDaniel P. Berrange
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange
2016-02-16nbd: convert blockdev NBD server to use I/O channels for connection setupDaniel P. Berrange
2016-02-04all: Clean up includesPeter Maydell
2016-02-02nbd: Switch from close to eject notifierMax Reitz
2016-01-15nbd: Always call "close_fn" in nbd_client_newFam Zheng
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng
2015-03-25nbd: Fix up comment after commit e140177Markus Armbruster
2015-03-18nbd: Handle blk_getlength() failureMax Reitz
2014-12-10nbd: Change external interface to BlockBackendMax Reitz
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-06-30nbd: Shutdown socket before closing.Hani Benhabiles
2014-06-27nbd: Don't export a block device with no medium.Hani Benhabiles
2014-05-24nbd: Close socket on negotiation failure.Hani Benhabiles
2013-09-06nbd: use BlockDriverState refcntFam Zheng
2013-04-08hw: move headers to include/Paolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-11-28nbd-server-add: Fix the default for 'writable'Michal Privoznik
2012-11-12nbd: disallow nbd-server-add before nbd-server-startPaolo Bonzini
2012-11-12nbd: force read-only export for read-only devicesPaolo Bonzini
2012-11-12nbd: fix nbd_server_stop crash when no server was runningPaolo Bonzini
2012-10-23qmp: add NBD server commandsPaolo Bonzini