From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJMoI-00087i-Hg for qemu-devel@nongnu.org; Thu, 27 Oct 2011 06:03:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJMoH-0004yY-HG for qemu-devel@nongnu.org; Thu, 27 Oct 2011 06:03:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJMoH-0004yT-8y for qemu-devel@nongnu.org; Thu, 27 Oct 2011 06:03:41 -0400 Message-ID: <4EA9273C.3000800@redhat.com> Date: Thu, 27 Oct 2011 11:41:16 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1319708001-24075-1-git-send-email-ronniesahlberg@gmail.com> <1319708001-24075-2-git-send-email-ronniesahlberg@gmail.com> In-Reply-To: <1319708001-24075-2-git-send-email-ronniesahlberg@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Documentation: Describe NBD URL syntax List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ronnie Sahlberg Cc: qemu-devel@nongnu.org Am 27.10.2011 11:33, schrieb Ronnie Sahlberg: > This patch adds a short description of how to specify a NBD device > to QEMU. > Syntax for both TCP and Unix Domain Sockets are provided as well > as examples. > > Signed-off-by: Ronnie Sahlberg Thanks, applied to the block branch. Kevin