sim-card
/
qemu
Archived
10
0
Fork 0

net: Add the missing option declaration of "vhostforce"

Signed-off-by: Jason Wang <jasowang@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Jason Wang 2011-02-25 16:11:27 +08:00 committed by Aurelien Jarno
parent 05a7fcd081
commit 96c94b298f
1 changed files with 5 additions and 1 deletions

6
net.c
View File

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