From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjX7n-0005gD-Su for qemu-devel@nongnu.org; Mon, 03 Jun 2013 11:56:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjX7m-0004h3-E4 for qemu-devel@nongnu.org; Mon, 03 Jun 2013 11:56:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjX7m-0004gt-6s for qemu-devel@nongnu.org; Mon, 03 Jun 2013 11:56:46 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r53Fuigl009889 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 3 Jun 2013 11:56:44 -0400 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Mon, 3 Jun 2013 17:54:54 +0200 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/2] Fix NBD hostname parsing issues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com Fix parsing of NBD URIs with IPv6 addresses, broken by v1.4.0-736-gf17c90= b and fix parsing of NBD filenames with hostnames starting with a digit (fi= xed by the same commit, but only for NBD URIs): https://lists.gnu.org/archive/html/qemu-devel/2013-05/msg04719.html J=C3=A1n 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(-) --=20 1.8.1.5