diff options
author | Jason Wang <jasowang@redhat.com> | 2011-02-25 16:11:27 +0800 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2011-03-06 20:15:31 +0100 |
commit | 96c94b298f99d6edf4e49d03cc8458f5b6e9d5f0 (patch) | |
tree | 945ac6c3ccd6a586314b30e2dc0c5a5f229b1256 /net.c | |
parent | 05a7fcd08189300fc89d841c2e4c522226afece7 (diff) |
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>
Diffstat (limited to 'net.c')
-rw-r--r-- | net.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 */ } }, |