summaryrefslogtreecommitdiffstats
path: root/blockdev-nbd.c
Commit message (Expand)AuthorAgeFilesLines
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-1/+1
* qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster2015-06-221-1/+2
* Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng2015-06-121-2/+2
* nbd: Fix up comment after commit e140177Markus Armbruster2015-03-251-2/+3
* nbd: Handle blk_getlength() failureMax Reitz2015-03-181-1/+5
* nbd: Change external interface to BlockBackendMax Reitz2014-12-101-7/+8
* block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-201-1/+1
* nbd: Shutdown socket before closing.Hani Benhabiles2014-06-301-0/+1
* nbd: Don't export a block device with no medium.Hani Benhabiles2014-06-271-0/+4
* nbd: Close socket on negotiation failure.Hani Benhabiles2014-05-241-2/+2
* nbd: use BlockDriverState refcntFam Zheng2013-09-061-9/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* nbd-server-add: Fix the default for 'writable'Michal Privoznik2012-11-281-1/+1
* nbd: disallow nbd-server-add before nbd-server-startPaolo Bonzini2012-11-121-0/+5
* nbd: force read-only export for read-only devicesPaolo Bonzini2012-11-121-0/+7
* nbd: fix nbd_server_stop crash when no server was runningPaolo Bonzini2012-11-121-3/+5
* qmp: add NBD server commandsPaolo Bonzini2012-10-231-0/+119
OpenPOWER on IntegriCloud