vendor: Update govmm to disable vhost when host doesn't support vhost-net

If the length of vhostfds is zero, it means host doesn't support vhost. So
do not pass vhost="on" in QMP.
Full list:
    1a1fee7 qemu/qmp: nic can works without vhost

Fixes #169

Signed-off-by: Ruidong Cao <caoruidong@huawei.com>
This commit is contained in:
Ruidong
2018-09-12 06:50:53 +08:00
committed by Ruidong Cao
parent 516b6ff1d0
commit 5ebb7cf6f5
3 changed files with 11 additions and 9 deletions

View File

@@ -52,7 +52,7 @@
[[constraint]]
name = "github.com/intel/govmm"
revision = "e2c716433e444017507e3587ce071868fd164380"
revision = "032705ba6aae05a9bf41e296cf89c8529cffb822"
[[constraint]]
name = "github.com/kata-containers/agent"