[Qemu-block] [PATCH v3 08/13] nbd: allow setting of an export name for qemu-nbd server

2016-01-19 Thread Daniel P. Berrange
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

Re: [Qemu-block] [PATCH v3 08/13] nbd: allow setting of an export name for qemu-nbd server

2016-01-19 Thread Paolo Bonzini
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"

Re: [Qemu-block] [PATCH v3 08/13] nbd: allow setting of an export name for qemu-nbd server

2016-01-19 Thread Daniel P. Berrange
On Tue, Jan 19, 2016 at 05:12:01PM +0100, Paolo Bonzini wrote: > > > 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