aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-nbd.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl1-16/+16
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-15Fix warning in qemu-nbd.cAnthony Liguori1-2/+6
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-08qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) (Uri Lublin)aliguori1-1/+1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-10-14Expand cache= option and use write-through caching by defaultaliguori1-1/+1
2008-09-10qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)aliguori1-1/+1
2008-07-18Allow qemu-nbd --version to show the application name dynamically, byths1-2/+2
2008-07-03Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths1-2/+8
2008-07-03Allow to share a disk image via nbd, by Laurent Vivier.ths1-21/+75
2008-07-03Add a parameter to disable host cache, by Laurent Vivier.ths1-5/+17
2008-07-03Merge NBD client/server, by Laurent Vivier.ths1-4/+135
2008-07-02Cleanup qemu-nbd related code, by Laurent Vivier.ths1-1/+1
2008-05-27qemu-nbd tool (Anthony Liguori)bellard1-0/+275