From: Jason Wang Date: Fri, 25 Feb 2011 08:11:27 +0000 (+0800) Subject: net: Add the missing option declaration of "vhostforce" X-Git-Tag: v0.14.1~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2288eb3af2506a6950a6e3993c0e0cd0b0ad212b;p=thirdparty%2Fqemu.git net: Add the missing option declaration of "vhostforce" Signed-off-by: Jason Wang Acked-by: Michael S. Tsirkin Signed-off-by: Aurelien Jarno (cherry picked from commit 96c94b298f99d6edf4e49d03cc8458f5b6e9d5f0) --- diff --git a/net.c b/net.c index 9ba5be22dde..21d44432eb3 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 */ } },