aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Compile qemu-nbd also on OpenBSD and SolarisBlue Swirl2009-12-231-0/+1
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-311-16/+16
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Fix warning in qemu-nbd.cAnthony Liguori2009-06-151-2/+6
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) (Uri Lublin)aliguori2009-01-081-1/+1
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* Expand cache= option and use write-through caching by defaultaliguori2008-10-141-1/+1
* qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)aliguori2008-09-101-1/+1
* Allow qemu-nbd --version to show the application name dynamically, byths2008-07-181-2/+2
* Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths2008-07-031-2/+8
* Allow to share a disk image via nbd, by Laurent Vivier.ths2008-07-031-21/+75
* Add a parameter to disable host cache, by Laurent Vivier.ths2008-07-031-5/+17
* Merge NBD client/server, by Laurent Vivier.ths2008-07-031-4/+135
* Cleanup qemu-nbd related code, by Laurent Vivier.ths2008-07-021-1/+1
* qemu-nbd tool (Anthony Liguori)bellard2008-05-271-0/+275