From 84b8260cfe2189f7ae22a2f6806fa7ffe6102d96 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Tue, 23 Jun 2020 21:01:11 -0700 Subject: [PATCH] runtime: fix vendor go.mod inconsistency As reported by golang 1.14.3. Signed-off-by: Peng Tao --- src/runtime/vendor/github.com/intel/govmm/qemu/qmp.go | 2 +- src/runtime/vendor/modules.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/vendor/github.com/intel/govmm/qemu/qmp.go b/src/runtime/vendor/github.com/intel/govmm/qemu/qmp.go index bf9a77dda1..5585a8792b 100644 --- a/src/runtime/vendor/github.com/intel/govmm/qemu/qmp.go +++ b/src/runtime/vendor/github.com/intel/govmm/qemu/qmp.go @@ -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 } diff --git a/src/runtime/vendor/modules.txt b/src/runtime/vendor/modules.txt index 02151a74ba..dde51337c9 100644 --- a/src/runtime/vendor/modules.txt +++ b/src/runtime/vendor/modules.txt @@ -162,7 +162,7 @@ github.com/hashicorp/go-multierror # github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d ## explicit github.com/hashicorp/yamux -# github.com/intel/govmm v0.0.0-20200304142514-e969afbec52c +# github.com/intel/govmm v0.0.0-20200602145448-7cc469641b7b ## explicit github.com/intel/govmm/qemu # github.com/konsorten/go-windows-terminal-sequences v1.0.1