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