aboutsummaryrefslogtreecommitdiffstats
path: root/nbd.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-21Improve qemu-nbd performance by 4400 %Laurent Vivier1-7/+18
2010-09-08Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-12/+106
2010-09-04Remove unused argument for nbd_client()Jes Sorensen1-2/+2
2010-08-30nbd: Introduce NBD named exports.Laurent Vivier1-12/+106
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-2/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-05-21Cast pointer arguments of get/setsockopt, send to void * to keep GCCmalc1-1/+2
2009-04-05Fix some win32 compile warningsblueswir11-1/+1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-11-22Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Eggerblueswir11-8/+8
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori1-31/+55
2008-09-10qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)aliguori1-1/+1
2008-08-02Fix compilation of nbd on Solaris (Andreas Faerber)aliguori1-0/+3
2008-07-04Add missing returnmalc1-0/+1
2008-07-03Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths1-68/+143
2008-07-03Add a parameter to disable host cache, by Laurent Vivier.ths1-9/+5
2008-07-03Merge NBD client/server, by Laurent Vivier.ths1-6/+68
2008-07-02Cleanup qemu-nbd related code, by Laurent Vivier.ths1-2/+2
2008-06-06Fix compiler warning.ths1-1/+1
2008-05-27qemu-nbd tool (Anthony Liguori)bellard1-0/+500