mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-21 07:14:25 +01:00
runtime: fix vendor go.mod inconsistency
As reported by golang 1.14.3. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
2
src/runtime/vendor/github.com/intel/govmm/qemu/qmp.go
generated
vendored
2
src/runtime/vendor/github.com/intel/govmm/qemu/qmp.go
generated
vendored
@@ -993,7 +993,7 @@ func (q *QMP) ExecuteNetdevAddByFds(ctx context.Context, netdevType, netdevID st
|
||||
}
|
||||
if len(vhostFdNames) > 0 {
|
||||
vhostFdNameStr := strings.Join(vhostFdNames, ":")
|
||||
args["vhost"] = "on"
|
||||
args["vhost"] = true
|
||||
args["vhostfds"] = vhostFdNameStr
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user