qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] net: Add the missing option declaration of "vho


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] net: Add the missing option declaration of "vhostforce"
Date: Sun, 6 Mar 2011 20:17:14 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

On Fri, Feb 25, 2011 at 04:11:27PM +0800, Jason Wang wrote:
> Signed-off-by: Jason Wang <address@hidden>
> ---
>  net.c |    6 +++++-
>  1 files changed, 5 insertions(+), 1 deletions(-)
> 
> diff --git a/net.c b/net.c
> index 9ba5be2..21d4443 100644
> --- a/net.c
> +++ b/net.c
> @@ -1025,7 +1025,11 @@ static const struct {
>                  .name = "vhostfd",
>                  .type = QEMU_OPT_STRING,
>                  .help = "file descriptor of an already opened vhost net 
> device",
> -            },
> +            }, {
> +                .name = "vhostforce",
> +                .type = QEMU_OPT_BOOL,
> +                .help = "force vhost on for non-MSIX virtio guests",
> +        },
>  #endif /* _WIN32 */
>              { /* end of list */ }
>          },
> 

Thanks, applied to HEAD and stable-0.14

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
address@hidden                 http://www.aurel32.net



reply via email to

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