summaryrefslogtreecommitdiff
path: root/blockdev-nbd.c
AgeCommit message (Expand)AuthorFilesLines
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