summaryrefslogtreecommitdiff
path: root/nbd.h
Commit message (Expand)AuthorAgeFilesLines
* nbd: consistently return negative errno valuesPaolo Bonzini2012-04-191-1/+1
* nbd: consistently use ssize_tPaolo Bonzini2012-04-191-2/+2
* qemu-nbd: move client handling to nbd.cPaolo Bonzini2011-12-221-2/+3
* qemu-nbd: introduce NBDExportPaolo Bonzini2011-12-221-3/+8
* qemu-nbd: remove data_size argument to nbd_tripPaolo Bonzini2011-12-221-1/+3
* qemu-nbd: remove offset argument to nbd_tripPaolo Bonzini2011-12-221-1/+1
* nbd: sync API definitions with upstreamPaolo Bonzini2011-09-191-1/+10
* nbd: support feature negotiationPaolo Bonzini2011-09-191-3/+6
* nbd: Clean up use of block_int.hMarkus Armbruster2011-09-121-2/+0
* Fix include statements for qemu-common.hStefan Weil2011-09-091-1/+1
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-2/+2
* NBD: Use qemu_socket functions to open TCP and UNIX socketsNick Thomas2011-04-071-2/+7
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-09-081-1/+4
|\
| * nbd: Introduce NBD named exports.Laurent Vivier2010-08-301-1/+4
* | Remove unused argument for nbd_client()Jes Sorensen2010-09-041-1/+1
|/
* Move stdbool.hPaul Brook2010-06-131-1/+0
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)aliguori2008-09-101-1/+1
* Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths2008-07-031-2/+24
* Add a parameter to disable host cache, by Laurent Vivier.ths2008-07-031-1/+2
* Merge NBD client/server, by Laurent Vivier.ths2008-07-031-1/+4
* qemu-nbd tool (Anthony Liguori)bellard2008-05-271-0/+37