aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-nbd.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-17open /dev/nbd in nbd_client_threadPaolo Bonzini1-18/+16
2012-02-17do not chdir(/) in qemu-nbd before opening all filesMichael Tokarev1-1/+7
2012-01-06qemu-nbd: drop loop which can never loopStefan Hajnoczi1-6/+4
2011-12-22qemu-nbd: move client handling to nbd.cPaolo Bonzini1-10/+4
2011-12-22qemu-nbd: use common main loopPaolo Bonzini1-67/+45
2011-12-22qemu-nbd: introduce NBDExportPaolo Bonzini1-10/+5
2011-12-22qemu-nbd: remove data_size argument to nbd_tripPaolo Bonzini1-3/+1
2011-12-22qemu-nbd: remove offset argument to nbd_tripPaolo Bonzini1-2/+1
2011-11-11qemu-nbd: open the block device after starting the client threadPaolo Bonzini1-17/+17
2011-11-11qemu-nbd: fix socket creation racePaolo Bonzini1-15/+15
2011-11-11qemu-nbd: print error messages from the daemon through a pipePaolo Bonzini1-9/+59
2011-11-11qemu-nbd: move client to a threadPaolo Bonzini1-80/+93
2011-11-11qemu-nbd: rename socket variablePaolo Bonzini1-13/+12
2011-11-11qemu-nbd: trap SIGTERMPaolo Bonzini1-5/+29
2011-09-19nbd: support feature negotiationPaolo Bonzini1-7/+6
2011-09-09Fix include statements for qemu-common.hStefan Weil1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-06-14Darwin: Fix compilation warning regarding the deprecated daemon() functionAlexandre Raymond1-1/+1
2011-06-08block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig1-1/+1
2010-12-17Remove NULL checks for bdrv_new return valueKevin Wolf1-2/+0
2010-09-21nbd: correctly manage default portLaurent Vivier1-3/+3
2010-09-21use qemu_blockalign consistentlyChristoph Hellwig1-1/+1
2010-09-08Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-1/+3
2010-09-04Respect return value from nbd_client()Jes Sorensen1-1/+4
2010-09-04Remove unused argument for nbd_client()Jes Sorensen1-1/+1
2010-08-30nbd: Introduce NBD named exports.Laurent Vivier1-1/+3
2010-05-17qemu-nbd: Improve error reportingRyota Ozaki1-10/+24
2010-04-23Replace calls of old bdrv_openKevin Wolf1-1/+1
2010-03-27qemu-nbd: Fix invalid usage of the first argument of errxRyota Ozaki1-17/+17
2010-03-27qemu-nbd: Fix return value handling of bdrv_openRyota Ozaki1-1/+1
2010-03-17read-only: minor cleanupNaphtali Sprei1-0/+1
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau1-1/+1
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei1-1/+1
2009-12-23qemu-nbd: fix OpenBSD linker warningBlue Swirl1-1/+2
2009-12-23Compile qemu-nbd also on OpenBSD and SolarisBlue Swirl1-0/+1
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl1-16/+16
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-15Fix warning in qemu-nbd.cAnthony Liguori1-2/+6
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-08qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) (Uri Lublin)aliguori1-1/+1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-10-14Expand cache= option and use write-through caching by defaultaliguori1-1/+1
2008-09-10qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)aliguori1-1/+1
2008-07-18Allow qemu-nbd --version to show the application name dynamically, byths1-2/+2
2008-07-03Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths1-2/+8
2008-07-03Allow to share a disk image via nbd, by Laurent Vivier.ths1-21/+75
2008-07-03Add a parameter to disable host cache, by Laurent Vivier.ths1-5/+17
2008-07-03Merge NBD client/server, by Laurent Vivier.ths1-4/+135
2008-07-02Cleanup qemu-nbd related code, by Laurent Vivier.ths1-1/+1