aboutsummaryrefslogtreecommitdiff
path: root/nbd.h
AgeCommit message (Expand)Author
2012-04-19nbd: consistently return negative errno valuesPaolo Bonzini
2012-04-19nbd: consistently use ssize_tPaolo Bonzini
2011-12-22qemu-nbd: move client handling to nbd.cPaolo Bonzini
2011-12-22qemu-nbd: introduce NBDExportPaolo Bonzini
2011-12-22qemu-nbd: remove data_size argument to nbd_tripPaolo Bonzini
2011-12-22qemu-nbd: remove offset argument to nbd_tripPaolo Bonzini
2011-09-19nbd: sync API definitions with upstreamPaolo Bonzini
2011-09-19nbd: support feature negotiationPaolo Bonzini
2011-09-12nbd: Clean up use of block_int.hMarkus Armbruster
2011-09-09Fix include statements for qemu-common.hStefan Weil
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil
2011-04-07NBD: Use qemu_socket functions to open TCP and UNIX socketsNick Thomas
2010-09-08Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-09-04Remove unused argument for nbd_client()Jes Sorensen
2010-08-30nbd: Introduce NBD named exports.Laurent Vivier
2010-06-13Move stdbool.hPaul Brook
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-09-10qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)aliguori
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-05-27qemu-nbd tool (Anthony Liguori)bellard