qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 05/49] net: use Netdev instead of NetClientOp


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 05/49] net: use Netdev instead of NetClientOptions in client init
Date: Fri, 4 Sep 2015 15:36:18 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

On 08/21/2015 09:37 AM, Kővágó, Zoltán wrote:
> This way we no longer need NetClientOptions and can convert Netdev
> into a flat union.
> 
> Signed-off-by: Kővágó, Zoltán <address@hidden>
> ---
>  net/clients.h    | 20 ++++++++++----------
>  net/dump.c       |  6 +++---
>  net/hub.c        |  6 +++---
>  net/l2tpv3.c     |  6 +++---
>  net/net.c        | 29 ++++++++++++++---------------
>  net/netmap.c     |  4 ++--
>  net/slirp.c      |  6 +++---
>  net/socket.c     |  6 +++---
>  net/tap-win32.c  |  6 +++---
>  net/tap.c        | 12 ++++++------
>  net/vde.c        |  6 +++---
>  net/vhost-user.c |  6 +++---
>  12 files changed, 56 insertions(+), 57 deletions(-)

Nice; you've already done some of the work that I saw as needing to be
done for my plans to convert QMP netdev_add to use a flat union instead
of 'gen':false.

Conflicts with my s/kind/type/ in
https://lists.gnu.org/archive/html/qemu-devel/2015-08/msg02061.html, so
whoever goes in first gets to avoid the obvious merge conflict
resolution.  :)

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]