Re: [Qemu-devel] [PATCH 1/3] nbd: Handle fixed new-style clients.

2014-06-04 Thread Stefan Hajnoczi
On Mon, Jun 02, 2014 at 11:09:02PM +0100, Hani Benhabiles wrote: > On Mon, Jun 02, 2014 at 02:32:06PM +0200, Stefan Hajnoczi wrote: > > On Sat, May 31, 2014 at 10:39:40PM +0100, Hani Benhabiles wrote: > > > Signed-off-by: Hani Benhabiles > > > --- > > > include/block/nbd.h | 6 ++ > > > nbd.

Re: [Qemu-devel] [PATCH 1/3] nbd: Handle fixed new-style clients.

2014-06-02 Thread Hani Benhabiles
On Mon, Jun 02, 2014 at 02:32:06PM +0200, Stefan Hajnoczi wrote: > On Sat, May 31, 2014 at 10:39:40PM +0100, Hani Benhabiles wrote: > > Signed-off-by: Hani Benhabiles > > --- > > include/block/nbd.h | 6 ++ > > nbd.c | 12 +++- > > 2 files changed, 13 insertions(+), 5 d

Re: [Qemu-devel] [PATCH 1/3] nbd: Handle fixed new-style clients.

2014-06-02 Thread Stefan Hajnoczi
On Sat, May 31, 2014 at 10:39:40PM +0100, Hani Benhabiles wrote: > Signed-off-by: Hani Benhabiles > --- > include/block/nbd.h | 6 ++ > nbd.c | 12 +++- > 2 files changed, 13 insertions(+), 5 deletions(-) No explanation or link to specification for this new flag field?

[Qemu-devel] [PATCH 1/3] nbd: Handle fixed new-style clients.

2014-05-31 Thread Hani Benhabiles
Signed-off-by: Hani Benhabiles --- include/block/nbd.h | 6 ++ nbd.c | 12 +++- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/include/block/nbd.h b/include/block/nbd.h index 79502a0..95d52ab 100644 --- a/include/block/nbd.h +++ b/include/block/nbd.h @@