qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Add ability to provide ifname when using netdev


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH] Add ability to provide ifname when using netdev bridge or tap helper
Date: Wed, 17 Jan 2018 09:26:55 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

On 01/16/2018 05:18 PM, Shaun Reitan wrote:
> This patch replaces the patch I sent yesturday. This one fixes
> a bug in my original code as well as corrects a few styling
> issues. Hopfully this one comes out correct!  Sorry for the
> inconvienece.

This paragraph belongs...

>  
> When currently using -netdev bridge or -netdev tap with a helper
> you are unable to set an ifname. This patch adds that ability so
> that you can now specify an ifname.
> 
> Signed-off-by: Shaun Reitan <address@hidden>
> ---

...here, after the --- separator.  It is useful for reviewers reading
the list, but pointless in the git log a year from now.

>  net/tap.c            | 33 ++++++++++++++++++++++++---------
>  qapi/net.json        |  1 +
>  qemu-bridge-helper.c | 11 +++++++++--
>  qemu-options.hx      |  2 +-
>  4 files changed, 35 insertions(+), 12 deletions(-)

> +++ b/qapi/net.json
> @@ -402,6 +402,7 @@
>  { 'struct': 'NetdevBridgeOptions',
>    'data': {
>      '*br':     'str',
> +    '*ifname': 'str',

Missing documentation (including a '(since 2.12)' tag) of the new field.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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