| Commit message (Expand) | Author | Age | Files | Lines |
* | qemu-nbd: initialize main loop before block layer | Paolo Bonzini | 2012-11-12 | 1 | -1/+1 |
* | qemu-nbd: rewrite termination conditions to use a state machine | Paolo Bonzini | 2012-09-19 | 1 | -10/+27 |
* | nbd: add notification for closing an NBDExport | Paolo Bonzini | 2012-09-19 | 1 | -1/+1 |
* | nbd: add reference counting to NBDExport | Paolo Bonzini | 2012-09-19 | 1 | -0/+2 |
* | nbd: do not close BlockDriverState in nbd_export_close | Paolo Bonzini | 2012-09-19 | 1 | -0/+1 |
* | qemu-nbd: add --cache and --aio options | Paolo Bonzini | 2012-07-24 | 1 | -2/+40 |
* | qemu-nbd: reorganize help message | Paolo Bonzini | 2012-07-24 | 1 | -11/+22 |
* | nbd: do not include block_int.h | Paolo Bonzini | 2012-04-19 | 1 | -2/+2 |
* | nbd: consistently return negative errno values | Paolo Bonzini | 2012-04-19 | 1 | -7/+8 |
* | nbd: consistently check for <0 or >=0 | Paolo Bonzini | 2012-04-19 | 1 | -13/+13 |
* | open /dev/nbd in nbd_client_thread | Paolo Bonzini | 2012-02-17 | 1 | -18/+16 |
* | do not chdir(/) in qemu-nbd before opening all files | Michael Tokarev | 2012-02-17 | 1 | -1/+7 |
* | qemu-nbd: drop loop which can never loop | Stefan Hajnoczi | 2012-01-06 | 1 | -6/+4 |
* | qemu-nbd: move client handling to nbd.c | Paolo Bonzini | 2011-12-22 | 1 | -10/+4 |
* | qemu-nbd: use common main loop | Paolo Bonzini | 2011-12-22 | 1 | -67/+45 |
* | qemu-nbd: introduce NBDExport | Paolo Bonzini | 2011-12-22 | 1 | -10/+5 |
* | qemu-nbd: remove data_size argument to nbd_trip | Paolo Bonzini | 2011-12-22 | 1 | -3/+1 |
* | qemu-nbd: remove offset argument to nbd_trip | Paolo Bonzini | 2011-12-22 | 1 | -2/+1 |
* | qemu-nbd: open the block device after starting the client thread | Paolo Bonzini | 2011-11-11 | 1 | -17/+17 |
* | qemu-nbd: fix socket creation race | Paolo Bonzini | 2011-11-11 | 1 | -15/+15 |
* | qemu-nbd: print error messages from the daemon through a pipe | Paolo Bonzini | 2011-11-11 | 1 | -9/+59 |
* | qemu-nbd: move client to a thread | Paolo Bonzini | 2011-11-11 | 1 | -80/+93 |
* | qemu-nbd: rename socket variable | Paolo Bonzini | 2011-11-11 | 1 | -13/+12 |
* | qemu-nbd: trap SIGTERM | Paolo Bonzini | 2011-11-11 | 1 | -5/+29 |
* | nbd: support feature negotiation | Paolo Bonzini | 2011-09-19 | 1 | -7/+6 |
* | Fix include statements for qemu-common.h | Stefan Weil | 2011-09-09 | 1 | -1/+1 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-20 | 1 | -2/+2 |
* | Darwin: Fix compilation warning regarding the deprecated daemon() function | Alexandre Raymond | 2011-06-14 | 1 | -1/+1 |
* | block: clarify the meaning of BDRV_O_NOCACHE | Christoph Hellwig | 2011-06-08 | 1 | -1/+1 |
* | Remove NULL checks for bdrv_new return value | Kevin Wolf | 2010-12-17 | 1 | -2/+0 |
* | nbd: correctly manage default port | Laurent Vivier | 2010-09-21 | 1 | -3/+3 |
* | use qemu_blockalign consistently | Christoph Hellwig | 2010-09-21 | 1 | -1/+1 |
* | Merge remote branch 'kwolf/for-anthony' into staging | Anthony Liguori | 2010-09-08 | 1 | -1/+3 |
|\ |
|
| * | nbd: Introduce NBD named exports. | Laurent Vivier | 2010-08-30 | 1 | -1/+3 |
* | | Respect return value from nbd_client() | Jes Sorensen | 2010-09-04 | 1 | -1/+4 |
* | | Remove unused argument for nbd_client() | Jes Sorensen | 2010-09-04 | 1 | -1/+1 |
|/ |
|
* | qemu-nbd: Improve error reporting | Ryota Ozaki | 2010-05-17 | 1 | -10/+24 |
* | Replace calls of old bdrv_open | Kevin Wolf | 2010-04-23 | 1 | -1/+1 |
* | qemu-nbd: Fix invalid usage of the first argument of errx | Ryota Ozaki | 2010-03-27 | 1 | -17/+17 |
* | qemu-nbd: Fix return value handling of bdrv_open | Ryota Ozaki | 2010-03-27 | 1 | -1/+1 |
* | read-only: minor cleanup | Naphtali Sprei | 2010-03-17 | 1 | -0/+1 |
* | win32: pair qemu_memalign() with qemu_vfree() | Herve Poussineau | 2010-01-26 | 1 | -1/+1 |
* | Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone... | Naphtali Sprei | 2010-01-20 | 1 | -1/+1 |
* | qemu-nbd: fix OpenBSD linker warning | Blue Swirl | 2009-12-23 | 1 | -1/+2 |
* | Compile qemu-nbd also on OpenBSD and Solaris | Blue Swirl | 2009-12-23 | 1 | -0/+1 |
* | Fix Sparse warnings: "Using plain integer as NULL pointer" | Blue Swirl | 2009-07-31 | 1 | -16/+16 |
* | Update to a hopefully more future proof FSF address | Blue Swirl | 2009-07-16 | 1 | -2/+1 |
* | Fix warning in qemu-nbd.c | Anthony Liguori | 2009-06-15 | 1 | -2/+6 |
* | toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 2009-02-05 | 1 | -2/+0 |
* | qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) (Uri Lublin) | aliguori | 2009-01-08 | 1 | -1/+1 |