As we have a more generic support for netdev configuration, this patch enable the vhost through netdev_extra_params. Signed-off-by: Jason Wang <jasowang@xxxxxxxxxx> --- client/tests/kvm/tests_base.cfg.sample | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index 2ae7f78..17fd7ba 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -716,9 +716,11 @@ variants: nic_model = virtio # You can add advanced attributes on nic_extra_params such as mrg_rxbuf #nic_extra_params = - # You can set vhost = yes to enable the vhost kernel backend - # (This only works if nic_mode=tap) - vhost = no + # You can add advanced attributes through netdev_extra_params + # such as sndbuf, as an example, you can uncomment the + # following lines to enable the vhost support ( only available + # for tap ) + #netdev_extra_params = vhost=on, jumbo: mtu = 65520 ethtool: -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html