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

Commit 167cbbd

Browse files
committed
vendor: Re-vendor virtcontainers
Bring the CPU constraints changes. 12f35ce qemu: enable CPU hotplug 925a70c pod: hot add/remove vCPUs before starting containers 4a84438 qemu: Add support for CPU hot add/remove c17c48d vendor: Constraint containerd vendoring c9996f3 filesystem: set correct access mode for pod dir tree 4f9cb18 kata_agent: Add nouuid option for xfs filesystem 085848b kata_agent: Provide hotplugged device the right rootfs path 9ef18a6 kata_agent: Update host and guest paths for Kata 2c88b8e kata_agent: Wait for rootfs if it is a hotplugged device 15a4d17 kata_agent: Support block device passthrough fd5b27f vendor: Update Kata agent protocol 0519e89 check: lint: ineffassign in qemu.go ae661c5 network: Fix lint errors 5c73774 shim: Start shims inside PID namespace 6d7f6e5 shim: Add ability to enter any set of namespaces f318b77 shim: Add the ability to spawn the shim in new namespaces fefb087 pkg: nsenter: Introduce a generic nsenter package 43c05c2 utils: setup: Add some more prereq checks to the setup script. 1a25bad docs: developers: Add some developer docs Fixes #219 Signed-off-by: Gabriela Cervantes <[email protected]>
1 parent 9651031 commit 167cbbd

24 files changed

+461
-59
lines changed

Gopkg.lock

Lines changed: 2 additions & 2 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
@@ -23,7 +23,7 @@
2323

2424
[[constraint]]
2525
name = "github.com/containers/virtcontainers"
26-
revision = "6bccdf63e8c47e294c9e320aaa1c7b30e35350ca"
26+
revision = "c88890875e8d4ce31a0664d6a7e7ca637aae9045"
2727

2828
[[constraint]]
2929
name = "github.com/sirupsen/logrus"

vendor/github.com/containers/virtcontainers/Gopkg.lock

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

vendor/github.com/containers/virtcontainers/Gopkg.toml

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

vendor/github.com/containers/virtcontainers/README.md

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

vendor/github.com/containers/virtcontainers/api_test.go

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

vendor/github.com/containers/virtcontainers/container.go

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

vendor/github.com/containers/virtcontainers/container_test.go

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

vendor/github.com/containers/virtcontainers/filesystem.go

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

vendor/github.com/containers/virtcontainers/filesystem_test.go

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

0 commit comments

Comments
 (0)