Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 188424a

Browse files
committed
vendor: update govmm from intel to kata-containers
Let's keep aligned with Kata 2.0, and utilize the kata-container organizations' govmm. Fixes: #3000 Signed-off-by: Eric Ernst <eric.g.ernst@gmail.com>
1 parent 082291a commit 188424a

19 files changed

Lines changed: 22 additions & 22 deletions

Gopkg.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
revision = "v1.4.2"
4848

4949
[[constraint]]
50-
name = "github.com/intel/govmm"
50+
name = "github.com/kata-containers/govmm"
5151
revision = "5e9aa08c4fd1201d65c6dd1136c8ab70ff17ee82"
5252

5353
[[constraint]]

pkg/katautils/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"strings"
1515

1616
"github.com/BurntSushi/toml"
17-
govmmQemu "github.com/intel/govmm/qemu"
17+
govmmQemu "github.com/kata-containers/govmm/qemu"
1818
vc "github.com/kata-containers/runtime/virtcontainers"
1919
"github.com/kata-containers/runtime/virtcontainers/device/config"
2020
exp "github.com/kata-containers/runtime/virtcontainers/experimental"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

virtcontainers/qemu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"time"
2525
"unsafe"
2626

27-
govmmQemu "github.com/intel/govmm/qemu"
27+
govmmQemu "github.com/kata-containers/govmm/qemu"
2828
"github.com/opencontainers/selinux/go-selinux/label"
2929
"github.com/opentracing/opentracing-go"
3030
"github.com/pkg/errors"

virtcontainers/qemu_amd64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
"github.com/kata-containers/runtime/virtcontainers/types"
1212

13-
govmmQemu "github.com/intel/govmm/qemu"
13+
govmmQemu "github.com/kata-containers/govmm/qemu"
1414
)
1515

1616
type qemuAmd64 struct {

virtcontainers/qemu_amd64_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"os"
1212
"testing"
1313

14-
govmmQemu "github.com/intel/govmm/qemu"
14+
govmmQemu "github.com/kata-containers/govmm/qemu"
1515
"github.com/kata-containers/runtime/virtcontainers/types"
1616
"github.com/stretchr/testify/assert"
1717
)

0 commit comments

Comments
 (0)