From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcD3b-0000E6-P2 for qemu-devel@nongnu.org; Thu, 09 Oct 2014 08:43:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcD3T-0005Kf-LC for qemu-devel@nongnu.org; Thu, 09 Oct 2014 08:42:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcD3T-0005KZ-Dq for qemu-devel@nongnu.org; Thu, 09 Oct 2014 08:42:51 -0400 Message-ID: <543682AB.1080708@redhat.com> Date: Thu, 09 Oct 2014 14:42:19 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20140903164417.GA32748@stefanha-thinkpad.redhat.com> <20140905084618.GA3720@Inspiron-3521> <20140905132608.GB26974@grep.be> <20141001202326.GA2533@grep.be> <542D3034.2050700@redhat.com> <20141002135057.GA20677@grep.be> <20141008181610.GA27382@grep.be> In-Reply-To: <20141008181610.GA27382@grep.be> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] NBD TLS support in QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wouter Verhelst Cc: Hani Benhabiles , libvir-list@redhat.com, mprivozn@redhat.com, nbd-general@lists.sf.net, qemu-devel@nongnu.org, Max Reitz , Stefan Hajnoczi , nick@bytemark.co.uk Il 08/10/2014 20:16, Wouter Verhelst ha scritto: > @@ -242,10 +242,13 @@ Option types > * NBD_OPT_EXPORT_NAME (1) > Choose the export which the client would like to use, and end option > haggling. Data: name of the export, free-form UTF8 text (subject to > limitations by server implementation). If the chosen export does not > exist, the server closes the connection. > + A special, "empty", name (i.e., the length field is zero and no name > + is specified), is reserved for a "default" export, to be used in cases > + where explicitly specifying an export name makes no sense. Thanks, this looks good! Paolo