summaryrefslogtreecommitdiffstats
path: root/qemu-nbd.c
Commit message (Expand)AuthorAgeFilesLines
* sockets: Convert to new qapi union layoutEric Blake2015-11-021-8/+8
* qemu-nbd: always compile in --aio=MODE optionStefan Hajnoczi2015-10-161-8/+0
* qemu-nbd: convert to use the QAPI SocketAddress objectDaniel P. Berrange2015-09-251-64/+38
* Trivial: fix commandline help messageAndrey Korolyov2015-09-111-1/+1
* qemu-nbd: remove unnecessary qemu_notify_event()Paolo Bonzini2015-08-141-1/+0
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* QemuOpts: Wean off qerror_report_err()Markus Armbruster2015-06-221-1/+2
* qemu-nbd: Switch to qemu_set_fd_handlerFam Zheng2015-06-051-4/+17
* nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz2015-03-181-3/+2
* nbd: Fix potential signed overflow issuesMax Reitz2015-03-181-2/+3
* qemu-nbd: fork() can failMax Reitz2015-03-181-1/+3
* nbd: Handle blk_getlength() failureMax Reitz2015-03-181-1/+9
* qemu-nbd: Detect unused partitions by system == 0Max Reitz2015-03-181-2/+4
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell2015-02-261-8/+4
|\
| * error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-8/+4
* | qemu-nbd: Use blk_new_open() in main()Max Reitz2015-02-161-16/+9
|/
* nbd: Improve error messagesMax Reitz2015-02-061-1/+6
* qemu-nbd: Use BlockBackend where reasonableMax Reitz2014-12-101-5/+5
* nbd: Change external interface to BlockBackendMax Reitz2014-12-101-1/+1
* block: Make BlockBackend own its BlockDriverStateMarkus Armbruster2014-10-201-1/+0
* block: Connect BlockBackend to BlockDriverStateMarkus Armbruster2014-10-201-2/+2
* block: New BlockBackendMarkus Armbruster2014-10-201-1/+4
* block: Split bdrv_new_root() off bdrv_new()Markus Armbruster2014-10-201-1/+1
* block: Drop superfluous conditionals around qemu_opts_del()Markus Armbruster2014-10-031-3/+1
* qemu-nbd: Destroy the BlockDriverState properlyMarkus Armbruster2014-09-251-1/+1
* async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos2014-09-221-1/+5
* qemu-nbd: fix indentation and coding stylePeter Lieven2014-09-081-36/+39
* qemu-nbd: add option to set detect-zeroes modePeter Lieven2014-09-081-0/+25
* nbd: Shutdown socket before closing.Hani Benhabiles2014-06-301-0/+1
* qemu-nbd: Don't use qerror_report()Markus Armbruster2014-05-281-3/+3
* nbd: Miscellaneous typo fixes.Hani Benhabiles2014-05-241-1/+1
* nbd: Close socket on negotiation failure.Hani Benhabiles2014-05-241-1/+3
* block: Add errp to bdrv_new()Kevin Wolf2014-04-221-1/+2
* qemu-nbd: Fix coverity issuesPaolo Bonzini2014-03-171-4/+13
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-02-251-1/+53
|\
| * nbd: move socket wrappers to qemu-nbdPaolo Bonzini2014-02-211-0/+52
| * block: Add reference parameter to bdrv_open()Max Reitz2014-02-211-1/+1
| * block: Change BDS parameter of bdrv_open() to **Max Reitz2014-02-211-1/+1
* | util: Split out exec_dir from os_find_datadirFam Zheng2014-02-201-0/+1
|/
* qemu-nbd: add doc for option -fWenchao Xia2013-12-041-0/+1
* qemu-nbd: support internal snapshot exportWenchao Xia2013-12-041-2/+44
* block: Error parameter for open functionsMax Reitz2013-09-121-2/+4
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+1
* Add -f FMT / --format FMT arg to qemu-nbdDaniel P. Berrange2013-04-151-2/+18
* block: Add options QDict to bdrv_open() prototypeKevin Wolf2013-03-151-1/+1
* qemu-nbd: add --discard optionPaolo Bonzini2013-02-221-3/+15
* block: move include files to include/block/Paolo Bonzini2012-12-191-2/+2
* qemu-nbd: initialize main loop before block layerPaolo Bonzini2012-11-121-1/+1
* qemu-nbd: rewrite termination conditions to use a state machinePaolo Bonzini2012-09-191-10/+27
* nbd: add notification for closing an NBDExportPaolo Bonzini2012-09-191-1/+1
OpenPOWER on IntegriCloud