qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [PATCH 5/7] qapi: change Netdev into a flat union


From: Eric Blake
Subject: Re: [Qemu-ppc] [PATCH 5/7] qapi: change Netdev into a flat union
Date: Thu, 17 Sep 2015 14:41:10 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

On 09/07/2015 06:14 AM, Kővágó, Zoltán wrote:
> Except qapi-schema.json, this patch was generated by:
> 
> find . -name .git -prune -o -type f \! -name '*~' -print0 | \
>   xargs -0 sed -i \
>     -e 's/NetClientOptionsKind/NetClientDriver/g' \
>     -e 's/NET_CLIENT_OPTIONS_KIND_/NET_CLIENT_DRIVER_/g' \
>     -e 's/netdev->opts/netdev/g' \
>     -e 's/netdev->kind/netdev->type/g'

This last line goes away if my patch goes in first:
https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg02598.html

> 
> Signed-off-by: Kővágó, Zoltán <address@hidden>
> ---
>  hw/arm/musicpal.c                |  2 +-

>  qapi-schema.json                 | 38 +++++++++++-------
>  45 files changed, 167 insertions(+), 155 deletions(-)

See my counterproposal that preserves NetdevLegacy for use by the
command line (that is, with 3/7 unapplied):
https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg02604.html

The differences (other than rebase conflict resolution) are limited to
qapi-schema.json and to net_client_init1().

But since I'm proposing to reuse your patch in my series, you can add
this if you need to respin before my patches land:

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]