提交 b96e2e8b 编写于 作者: Y Yang Feng

Merge pull request #1121 from humanux/vhostforce

virt.test: modify vhost config for file_transfer test
......@@ -7,8 +7,17 @@
- remote:
transfer_type = remote
variants:
- no_vhostforce:
- vhostforce_off:
netdev_extra_params_nic1 += ',vhostforce=off'
- vhostforce_on:
netdev_extra_params_nic1 += ',vhostforce=on'
- @default_setting:
- vhost_force:
only virtio_net
nettype = bridge
vhost = "vhost=on"
variants:
- @force_default:
#vhost=on only has effect for virtio guests which use MSIX
#for non-MSIX guests vhost_net will disabled automatically
- vhostforce_on:
#only for non-MSIX guests, for these guests using
#vhostforce=on, force enable vhost.
only RHEL.5, Windows
netdev_extra_params_nic1 += ',vhostforce=on'
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册