qemu-devel
[Top][All Lists]
Advanced

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

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


From: Jason Wang
Subject: [Qemu-devel] [PATCH] net: Add the missing option declaration of "vhostforce"
Date: Fri, 25 Feb 2011 16:11:27 +0800
User-agent: StGit/0.15

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 */ }
         },




reply via email to

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