summaryrefslogtreecommitdiffstats
path: root/qemu-nbd.c
Commit message (Expand)AuthorAgeFilesLines
* block: Error parameter for open functionsMax Reitz2013-09-121-2/+4
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+1
* Add -f FMT / --format FMT arg to qemu-nbdDaniel P. Berrange2013-04-151-2/+18
* block: Add options QDict to bdrv_open() prototypeKevin Wolf2013-03-151-1/+1
* qemu-nbd: add --discard optionPaolo Bonzini2013-02-221-3/+15
* block: move include files to include/block/Paolo Bonzini2012-12-191-2/+2
* qemu-nbd: initialize main loop before block layerPaolo Bonzini2012-11-121-1/+1
* qemu-nbd: rewrite termination conditions to use a state machinePaolo Bonzini2012-09-191-10/+27
* nbd: add notification for closing an NBDExportPaolo Bonzini2012-09-191-1/+1
* nbd: add reference counting to NBDExportPaolo Bonzini2012-09-191-0/+2
* nbd: do not close BlockDriverState in nbd_export_closePaolo Bonzini2012-09-191-0/+1
* qemu-nbd: add --cache and --aio optionsPaolo Bonzini2012-07-241-2/+40
* qemu-nbd: reorganize help messagePaolo Bonzini2012-07-241-11/+22
* nbd: do not include block_int.hPaolo Bonzini2012-04-191-2/+2
* nbd: consistently return negative errno valuesPaolo Bonzini2012-04-191-7/+8
* nbd: consistently check for <0 or >=0Paolo Bonzini2012-04-191-13/+13
* open /dev/nbd in nbd_client_threadPaolo Bonzini2012-02-171-18/+16
* do not chdir(/) in qemu-nbd before opening all filesMichael Tokarev2012-02-171-1/+7
* qemu-nbd: drop loop which can never loopStefan Hajnoczi2012-01-061-6/+4
* qemu-nbd: move client handling to nbd.cPaolo Bonzini2011-12-221-10/+4
* qemu-nbd: use common main loopPaolo Bonzini2011-12-221-67/+45
* qemu-nbd: introduce NBDExportPaolo Bonzini2011-12-221-10/+5
* qemu-nbd: remove data_size argument to nbd_tripPaolo Bonzini2011-12-221-3/+1
* qemu-nbd: remove offset argument to nbd_tripPaolo Bonzini2011-12-221-2/+1
* qemu-nbd: open the block device after starting the client threadPaolo Bonzini2011-11-111-17/+17
* qemu-nbd: fix socket creation racePaolo Bonzini2011-11-111-15/+15
* qemu-nbd: print error messages from the daemon through a pipePaolo Bonzini2011-11-111-9/+59
* qemu-nbd: move client to a threadPaolo Bonzini2011-11-111-80/+93
* qemu-nbd: rename socket variablePaolo Bonzini2011-11-111-13/+12
* qemu-nbd: trap SIGTERMPaolo Bonzini2011-11-111-5/+29
* nbd: support feature negotiationPaolo Bonzini2011-09-191-7/+6
* Fix include statements for qemu-common.hStefan Weil2011-09-091-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* Darwin: Fix compilation warning regarding the deprecated daemon() functionAlexandre Raymond2011-06-141-1/+1
* block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig2011-06-081-1/+1
* Remove NULL checks for bdrv_new return valueKevin Wolf2010-12-171-2/+0
* nbd: correctly manage default portLaurent Vivier2010-09-211-3/+3
* use qemu_blockalign consistentlyChristoph Hellwig2010-09-211-1/+1
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-09-081-1/+3
|\
| * nbd: Introduce NBD named exports.Laurent Vivier2010-08-301-1/+3
* | Respect return value from nbd_client()Jes Sorensen2010-09-041-1/+4
* | Remove unused argument for nbd_client()Jes Sorensen2010-09-041-1/+1
|/
* qemu-nbd: Improve error reportingRyota Ozaki2010-05-171-10/+24
* Replace calls of old bdrv_openKevin Wolf2010-04-231-1/+1
* qemu-nbd: Fix invalid usage of the first argument of errxRyota Ozaki2010-03-271-17/+17
* qemu-nbd: Fix return value handling of bdrv_openRyota Ozaki2010-03-271-1/+1
* read-only: minor cleanupNaphtali Sprei2010-03-171-0/+1
* win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau2010-01-261-1/+1
* Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei2010-01-201-1/+1
* qemu-nbd: fix OpenBSD linker warningBlue Swirl2009-12-231-1/+2
OpenPOWER on IntegriCloud