From: "Michael S. Tsirkin" <mst@redhat.com>
To: Jason Wang <jasowang@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH] net: Add the missing option declaration of "vhostforce"
Date: Fri, 25 Feb 2011 10:30:13 +0200 [thread overview]
Message-ID: <20110225083013.GC17290@redhat.com> (raw)
In-Reply-To: <20110225081126.6224.57164.stgit@dhcp-91-7.nay.redhat.com.englab.nay.redhat.com>
On Fri, Feb 25, 2011 at 04:11:27PM +0800, Jason Wang wrote:
> Signed-off-by: Jason Wang <jasowang@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
> ---
> 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 */ }
> },
next prev parent reply other threads:[~2011-02-25 8:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-25 8:11 [Qemu-devel] [PATCH] net: Add the missing option declaration of "vhostforce" Jason Wang
2011-02-25 8:30 ` Michael S. Tsirkin [this message]
2011-03-06 19:17 ` Aurelien Jarno
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110225083013.GC17290@redhat.com \
--to=mst@redhat.com \
--cc=jasowang@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.