qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] util: socket: Add missing localaddr and localpo


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH] util: socket: Add missing localaddr and localport option for DGRAM socket
Date: Wed, 13 May 2015 10:55:21 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 05/13/2015 08:44 AM, Peter Krempa wrote:
> The 'socket_optslist' structure does not contain the 'localaddr' and
> 'localport' options that are parsed in case you are creating a
> 'connect' type UDP character device. This causes abort of qemu after
> commit:
> 
> commit f43e47dbf6de24db20ec9b588bb6cc762093dd69
> Author: Markus Armbruster <address@hidden>
> Date:   Thu Feb 12 17:52:20 2015 +0100
> 
>     QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
> 
> Add the two fields so that the options can again be parsed correctly.
> 
> Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1220252
> 
> Signed-off-by: Peter Krempa <address@hidden>
> ---
> Cc: Eric Blake <address@hidden>
> Cc: Markus Armbruster <address@hidden>
> 
>  util/qemu-sockets.c | 6 ++++++
>  1 file changed, 6 insertions(+)

Reviewed-by: Eric Blake <address@hidden>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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