Skip to content

Commit

Permalink
vendor: update github.com/intel/govmm
Browse files Browse the repository at this point in the history
The update change the Context ID of Vsock from uint32 to uint64.
Additionally, the govmm code has been refactored for s390 support
preparation. That introduced a new file qemu_arch_base.go

Fixes: kata-containers#958

Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
  • Loading branch information
Alice Frosi committed Dec 4, 2018
1 parent 0a7a437 commit e537d37
Show file tree
Hide file tree
Showing 6 changed files with 249 additions and 137 deletions.
4 changes: 2 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

[[constraint]]
name = "github.com/intel/govmm"
revision = "e82e8498c5a214b24ac75e0a05ace556bf91a9ab"
revision = "c80fc3b12f4e9aa3fddf67976125793dd303d055"

[[constraint]]
name = "github.com/kata-containers/agent"
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/intel/govmm/qemu/image.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

199 changes: 78 additions & 121 deletions vendor/github.com/intel/govmm/qemu/qemu.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e537d37

Please sign in to comment.