From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bz3gG-0008Mx-2f for qemu-devel@nongnu.org; Tue, 25 Oct 2016 11:30:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bz3gF-0003nl-7y for qemu-devel@nongnu.org; Tue, 25 Oct 2016 11:30:24 -0400 Date: Tue, 25 Oct 2016 17:30:13 +0200 From: Kevin Wolf Message-ID: <20161025153013.GN4695@noname.str.redhat.com> References: <20161025131141.24762-1-mreitz@redhat.com> <20161025131141.24762-7-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161025131141.24762-7-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v5 06/13] block/nbd: Accept SocketAddress List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, Eric Blake , Paolo Bonzini , Markus Armbruster Am 25.10.2016 um 15:11 hat Max Reitz geschrieben: > Add a new option "server" to the NBD block driver which accepts a > SocketAddress. > > "path", "host" and "port" are still supported as legacy options and are > mapped to their corresponding SocketAddress representation. > > Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf