diff options
Diffstat (limited to 'net.c')
| -rw-r--r-- | net.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net.c b/net.c index 1092bdcaa5..3ede738cac 100644 --- a/net.c +++ b/net.c @@ -976,6 +976,14 @@ static const struct { .name = "vnet_hdr", .type = QEMU_OPT_BOOL, .help = "enable the IFF_VNET_HDR flag on the tap interface" + }, { + .name = "vhost", + .type = QEMU_OPT_BOOL, + .help = "enable vhost-net network accelerator", + }, { + .name = "vhostfd", + .type = QEMU_OPT_STRING, + .help = "file descriptor of an already opened vhost net device", }, #endif /* _WIN32 */ { /* end of list */ } |