qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH 4/5] NBD device: Separate out parsing configurat


From: Kevin Wolf
Subject: [Qemu-devel] Re: [PATCH 4/5] NBD device: Separate out parsing configuration and opening sockets.
Date: Wed, 06 Apr 2011 12:32:49 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10

Am 22.02.2011 16:44, schrieb Nick Thomas:
> We also change the way the file parameter is parsed so IPv6 IP
> addresses can be used, e.g.: "drive=nbd:[::1]:5000"
> 
> Signed-off-by: Nick Thomas <address@hidden>
> ---
>  block/nbd.c |  157 
> ++++++++++++++++++++++++++++++++++++++---------------------
>  1 files changed, 102 insertions(+), 55 deletions(-)

Sorry for the long delay. I have applied patches 1-4 to the block branch
now.

I think this one leaks s->export_name and s->host_spec, so please post a
follow-up patch that fixes this on top of this patch.

Patch 5 looks a bit harder to review, I'll try to get to soon anyway.
One thing that you already can fix before the real review is coding
style. For example, I see a lot of trailing whitespace in patch 5.

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]