aboutsummaryrefslogtreecommitdiff
path: root/nbd.c
AgeCommit message (Expand)Author
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-05-21Cast pointer arguments of get/setsockopt, send to void * to keep GCCmalc
2009-04-05Fix some win32 compile warningsblueswir1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-11-22Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Eggerblueswir1
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori
2008-09-10qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)aliguori
2008-08-02Fix compilation of nbd on Solaris (Andreas Faerber)aliguori
2008-07-04Add missing returnmalc
2008-07-03Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths
2008-07-03Add a parameter to disable host cache, by Laurent Vivier.ths
2008-07-03Merge NBD client/server, by Laurent Vivier.ths
2008-07-02Cleanup qemu-nbd related code, by Laurent Vivier.ths
2008-06-06Fix compiler warning.ths
2008-05-27qemu-nbd tool (Anthony Liguori)bellard