aboutsummaryrefslogtreecommitdiff
path: root/qemu-nbd.c
AgeCommit message (Expand)Author
2013-12-04qemu-nbd: add doc for option -fWenchao Xia
2013-12-04qemu-nbd: support internal snapshot exportWenchao Xia
2013-09-12block: Error parameter for open functionsMax Reitz
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-04-15Add -f FMT / --format FMT arg to qemu-nbdDaniel P. Berrange
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf
2013-02-22qemu-nbd: add --discard optionPaolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-11-12qemu-nbd: initialize main loop before block layerPaolo Bonzini
2012-09-19qemu-nbd: rewrite termination conditions to use a state machinePaolo Bonzini
2012-09-19nbd: add notification for closing an NBDExportPaolo Bonzini
2012-09-19nbd: add reference counting to NBDExportPaolo Bonzini
2012-09-19nbd: do not close BlockDriverState in nbd_export_closePaolo Bonzini
2012-07-24qemu-nbd: add --cache and --aio optionsPaolo Bonzini
2012-07-24qemu-nbd: reorganize help messagePaolo Bonzini
2012-04-19nbd: do not include block_int.hPaolo Bonzini
2012-04-19nbd: consistently return negative errno valuesPaolo Bonzini
2012-04-19nbd: consistently check for <0 or >=0Paolo Bonzini
2012-02-17open /dev/nbd in nbd_client_threadPaolo Bonzini
2012-02-17do not chdir(/) in qemu-nbd before opening all filesMichael Tokarev
2012-01-06qemu-nbd: drop loop which can never loopStefan Hajnoczi
2011-12-22qemu-nbd: move client handling to nbd.cPaolo Bonzini
2011-12-22qemu-nbd: use common main loopPaolo 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-11-11qemu-nbd: open the block device after starting the client threadPaolo Bonzini
2011-11-11qemu-nbd: fix socket creation racePaolo Bonzini
2011-11-11qemu-nbd: print error messages from the daemon through a pipePaolo Bonzini
2011-11-11qemu-nbd: move client to a threadPaolo Bonzini
2011-11-11qemu-nbd: rename socket variablePaolo Bonzini
2011-11-11qemu-nbd: trap SIGTERMPaolo Bonzini
2011-09-19nbd: support feature negotiationPaolo Bonzini
2011-09-09Fix include statements for qemu-common.hStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-06-14Darwin: Fix compilation warning regarding the deprecated daemon() functionAlexandre Raymond
2011-06-08block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig
2010-12-17Remove NULL checks for bdrv_new return valueKevin Wolf
2010-09-21nbd: correctly manage default portLaurent Vivier
2010-09-21use qemu_blockalign consistentlyChristoph Hellwig
2010-09-08Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-09-04Respect return value from nbd_client()Jes Sorensen
2010-09-04Remove unused argument for nbd_client()Jes Sorensen
2010-08-30nbd: Introduce NBD named exports.Laurent Vivier
2010-05-17qemu-nbd: Improve error reportingRyota Ozaki
2010-04-23Replace calls of old bdrv_openKevin Wolf
2010-03-27qemu-nbd: Fix invalid usage of the first argument of errxRyota Ozaki
2010-03-27qemu-nbd: Fix return value handling of bdrv_openRyota Ozaki
2010-03-17read-only: minor cleanupNaphtali Sprei
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau