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