From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjbA3-0000pV-My for qemu-devel@nongnu.org; Mon, 03 Jun 2013 16:15:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ujb9y-0006Pc-SA for qemu-devel@nongnu.org; Mon, 03 Jun 2013 16:15:23 -0400 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:35824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ujb9y-0006PO-MY for qemu-devel@nongnu.org; Mon, 03 Jun 2013 16:15:18 -0400 Received: by mail-wg0-f51.google.com with SMTP id b13so3575746wgh.6 for ; Mon, 03 Jun 2013 13:15:18 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51ACF949.6050904@redhat.com> Date: Mon, 03 Jun 2013 22:15:05 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 0/2] Fix NBD hostname parsing issues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?SsOhbiBUb21rbw==?= Cc: qemu-devel@nongnu.org Il 03/06/2013 17:54, Ján Tomko ha scritto: > Fix parsing of NBD URIs with IPv6 addresses, broken by v1.4.0-736-gf17c90b > and fix parsing of NBD filenames with hostnames starting with a digit (fixed > by the same commit, but only for NBD URIs): > https://lists.gnu.org/archive/html/qemu-devel/2013-05/msg04719.html > > Ján Tomko (2): > qemu-socket: allow hostnames starting with a digit > nbd: strip braces from literal IPv6 address in URI > > block/nbd.c | 11 ++++++++++- > util/qemu-sockets.c | 13 ++++--------- > 2 files changed, 14 insertions(+), 10 deletions(-) > Thanks, applied both to nbd-next tree. Paolo