aboutsummaryrefslogtreecommitdiff
path: root/qemu-nbd.c
AgeCommit message (Expand)Author
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-14Expand cache= option and use write-through caching by defaultaliguori
2008-09-10qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)aliguori
2008-07-18Allow qemu-nbd --version to show the application name dynamically, byths
2008-07-03Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths
2008-07-03Allow to share a disk image via nbd, 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-05-27qemu-nbd tool (Anthony Liguori)bellard