* [Qemu-devel] [PATCH] net: Add the missing option declaration of "vhostforce"
@ 2011-02-25 8:11 Jason Wang
2011-02-25 8:30 ` [Qemu-devel] " Michael S. Tsirkin
2011-03-06 19:17 ` [Qemu-devel] " Aurelien Jarno
0 siblings, 2 replies; 3+ messages in thread
From: Jason Wang @ 2011-02-25 8:11 UTC (permalink / raw)
To: qemu-devel, mst
Signed-off-by: Jason Wang <jasowang@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 */ }
},
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Qemu-devel] Re: [PATCH] net: Add the missing option declaration of "vhostforce"
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
2011-03-06 19:17 ` [Qemu-devel] " Aurelien Jarno
1 sibling, 0 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2011-02-25 8:30 UTC (permalink / raw)
To: Jason Wang; +Cc: qemu-devel
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 */ }
> },
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] net: Add the missing option declaration of "vhostforce"
2011-02-25 8:11 [Qemu-devel] [PATCH] net: Add the missing option declaration of "vhostforce" Jason Wang
2011-02-25 8:30 ` [Qemu-devel] " Michael S. Tsirkin
@ 2011-03-06 19:17 ` Aurelien Jarno
1 sibling, 0 replies; 3+ messages in thread
From: Aurelien Jarno @ 2011-03-06 19:17 UTC (permalink / raw)
To: Jason Wang; +Cc: qemu-devel, mst
On Fri, Feb 25, 2011 at 04:11:27PM +0800, Jason Wang wrote:
> Signed-off-by: Jason Wang <jasowang@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 */ }
> },
>
Thanks, applied to HEAD and stable-0.14
--
Aurelien Jarno GPG: 1024D/F1BCDB73
aurelien@aurel32.net http://www.aurel32.net
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-06 19:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25 8:11 [Qemu-devel] [PATCH] net: Add the missing option declaration of "vhostforce" Jason Wang
2011-02-25 8:30 ` [Qemu-devel] " Michael S. Tsirkin
2011-03-06 19:17 ` [Qemu-devel] " Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).