summaryrefslogtreecommitdiffstats
path: root/nbd.c
Commit message (Expand)AuthorAgeFilesLines
...
* nbd: sync API definitions with upstreamPaolo Bonzini2011-09-191-0/+2
* nbd: support feature negotiationPaolo Bonzini2011-09-191-7/+25
* nbd: Clean up use of block_int.hMarkus Armbruster2011-09-121-0/+1
* Wrap recv to avoid warningsBlue Swirl2011-07-251-1/+1
* NBD: Use qemu_socket functions to open TCP and UNIX socketsNick Thomas2011-04-071-129/+29
* NBD library: whitespace changesNick Thomas2011-04-071-417/+418
* nbd: Haiku has _IO() in its BSD compatibility layerAndreas Färber2010-10-031-1/+1
* Improve qemu-nbd performance by 4400 %Laurent Vivier2010-09-211-7/+18
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-09-081-12/+106
|\
| * nbd: Introduce NBD named exports.Laurent Vivier2010-08-301-12/+106
* | Remove unused argument for nbd_client()Jes Sorensen2010-09-041-2/+2
|/
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-2/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Cast pointer arguments of get/setsockopt, send to void * to keep GCCmalc2009-05-211-1/+2
* Fix some win32 compile warningsblueswir12009-04-051-1/+1
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Eggerblueswir12008-11-221-8/+8
* Use common objects for qemu-img and qemu-nbdaliguori2008-09-151-31/+55
* qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)aliguori2008-09-101-1/+1
* Fix compilation of nbd on Solaris (Andreas Faerber)aliguori2008-08-021-0/+3
* Add missing returnmalc2008-07-041-0/+1
* Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths2008-07-031-68/+143
* Add a parameter to disable host cache, by Laurent Vivier.ths2008-07-031-9/+5
* Merge NBD client/server, by Laurent Vivier.ths2008-07-031-6/+68
* Cleanup qemu-nbd related code, by Laurent Vivier.ths2008-07-021-2/+2
* Fix compiler warning.ths2008-06-061-1/+1
* qemu-nbd tool (Anthony Liguori)bellard2008-05-271-0/+500
OpenPOWER on IntegriCloud