Re: [Qemu-devel] [PATCH 2/3] nbd: Add exports listing support.

2014-06-04 Thread Hani Benhabiles
On Tue, Jun 03, 2014 at 01:36:35PM +0200, Paolo Bonzini wrote: > Il 31/05/2014 23:39, Hani Benhabiles ha scritto: > >This is added by handling the NBD_OPT_LIST and NBD_OPT_ABORT options. > > > >NBD_REP_ERR_UNSUP is also sent for unknown NBD option values. > > > >Signed-off-by: Hani Benhabiles > >-

Re: [Qemu-devel] [PATCH 2/3] nbd: Add exports listing support.

2014-06-03 Thread Paolo Bonzini
Il 31/05/2014 23:39, Hani Benhabiles ha scritto: This is added by handling the NBD_OPT_LIST and NBD_OPT_ABORT options. NBD_REP_ERR_UNSUP is also sent for unknown NBD option values. Signed-off-by: Hani Benhabiles --- include/block/nbd.h | 5 ++ nbd.c | 197 +

[Qemu-devel] [PATCH 2/3] nbd: Add exports listing support.

2014-05-31 Thread Hani Benhabiles
This is added by handling the NBD_OPT_LIST and NBD_OPT_ABORT options. NBD_REP_ERR_UNSUP is also sent for unknown NBD option values. Signed-off-by: Hani Benhabiles --- include/block/nbd.h | 5 ++ nbd.c | 197 +--- 2 files changed, 1