From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrRPU-0005In-Cc for qemu-devel@nongnu.org; Mon, 02 Jun 2014 08:32:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrRPO-0003MQ-ES for qemu-devel@nongnu.org; Mon, 02 Jun 2014 08:32:16 -0400 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:57189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrRPO-0003Lu-7K for qemu-devel@nongnu.org; Mon, 02 Jun 2014 08:32:10 -0400 Received: by mail-wg0-f43.google.com with SMTP id l18so4959902wgh.2 for ; Mon, 02 Jun 2014 05:32:09 -0700 (PDT) Date: Mon, 2 Jun 2014 14:32:06 +0200 From: Stefan Hajnoczi Message-ID: <20140602123206.GF3049@stefanha-thinkpad.redhat.com> References: <1401572382-11667-1-git-send-email-kroosec@gmail.com> <1401572382-11667-2-git-send-email-kroosec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1401572382-11667-2-git-send-email-kroosec@gmail.com> Subject: Re: [Qemu-devel] [PATCH 1/3] nbd: Handle fixed new-style clients. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hani Benhabiles Cc: kwolf@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, mreitz@redhat.com, stefanha@redhat.com, pbonzini@redhat.com 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? What's different about a new-style client? Stefan