Re: [Qemu-devel] [RFC PATCH 09/13] qmp: add NBD server commands

2012-09-19 Thread Paolo Bonzini
Il 18/09/2012 22:11, Luiz Capitulino ha scritto: > (apart from TODOs of course, specially on error handling). Yes, those were waiting for error_setg to get in the tree. :) Paolo

Re: [Qemu-devel] [RFC PATCH 09/13] qmp: add NBD server commands

2012-09-18 Thread Luiz Capitulino
On Mon, 27 Aug 2012 17:00:22 +0200 Paolo Bonzini wrote: > Adding an NBD server inside QEMU is trivial, since all the logic is > in nbd.c and can be shared easily between qemu-nbd and QEMU itself. > The main difference is that qemu-nbd serves a single unnamed export, > while QEMU serves named expo

[Qemu-devel] [RFC PATCH 09/13] qmp: add NBD server commands

2012-08-27 Thread Paolo Bonzini
Adding an NBD server inside QEMU is trivial, since all the logic is in nbd.c and can be shared easily between qemu-nbd and QEMU itself. The main difference is that qemu-nbd serves a single unnamed export, while QEMU serves named exports. Signed-off-by: Paolo Bonzini --- Makefile.objs| 2 +-