aboutsummaryrefslogtreecommitdiffstats
path: root/nbd.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-22qemu-nbd: move client handling to nbd.cPaolo Bonzini1-2/+3
2011-12-22qemu-nbd: introduce NBDExportPaolo Bonzini1-3/+8
2011-12-22qemu-nbd: remove data_size argument to nbd_tripPaolo Bonzini1-1/+3
2011-12-22qemu-nbd: remove offset argument to nbd_tripPaolo Bonzini1-1/+1
2011-09-19nbd: sync API definitions with upstreamPaolo Bonzini1-1/+10
2011-09-19nbd: support feature negotiationPaolo Bonzini1-3/+6
2011-09-12nbd: Clean up use of block_int.hMarkus Armbruster1-2/+0
2011-09-09Fix include statements for qemu-common.hStefan Weil1-1/+1
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-2/+2
2011-04-07NBD: Use qemu_socket functions to open TCP and UNIX socketsNick Thomas1-2/+7
2010-09-08Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-1/+4
2010-09-04Remove unused argument for nbd_client()Jes Sorensen1-1/+1
2010-08-30nbd: Introduce NBD named exports.Laurent Vivier1-1/+4
2010-06-13Move stdbool.hPaul Brook1-1/+0
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-09-10qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)aliguori1-1/+1
2008-07-03Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths1-2/+24
2008-07-03Add a parameter to disable host cache, by Laurent Vivier.ths1-1/+2
2008-07-03Merge NBD client/server, by Laurent Vivier.ths1-1/+4
2008-05-27qemu-nbd tool (Anthony Liguori)bellard1-0/+37