From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLYtB-0006z6-Gi for qemu-devel@nongnu.org; Tue, 19 Jan 2016 11:12:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLYt6-0002aK-Md for qemu-devel@nongnu.org; Tue, 19 Jan 2016 11:12:13 -0500 Sender: Paolo Bonzini References: <1453208963-16834-1-git-send-email-berrange@redhat.com> <1453208963-16834-9-git-send-email-berrange@redhat.com> From: Paolo Bonzini Message-ID: <569E6051.4060504@redhat.com> Date: Tue, 19 Jan 2016 17:12:01 +0100 MIME-Version: 1.0 In-Reply-To: <1453208963-16834-9-git-send-email-berrange@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 08/13] nbd: allow setting of an export name for qemu-nbd server List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Cc: qemu-block@nongnu.org On 19/01/2016 14:09, Daniel P. Berrange wrote: > The qemu-nbd server currently always uses the old style protocol > since it never sets any export name. This is a problem because > future TLS support will require use of the new style protocol > negotiation. > > This adds a "--exportname NAME" argument to qemu-nbd which allows > the user to set an explicit export name. When --exportname is > set the server will always use the new style protocol. Let's make this --export-name. Paolo