Skip to content

Commit

Permalink
vendor: update virtcontainers
Browse files Browse the repository at this point in the history
this new version of virtcontainers has support for hotplugging
in Qemu Q35

shortlog:
aa2ba14 Remove redundant "if" check
37dc3c6 cni: Assign the netpair for virtual endpoints after scan
8f846a2 cni: Fix bug while updating endpoints after scanning net namespace
eb39def qemu: Provide unique QMP sockets names
6026603 qemu: Don't wait for the end of the VM
eeacf8b qemu: Fix disconnectCh issue and simplify it
711783f agent: hyperstart: Tear down properly the pod
b20ba87 pod: Improve pod create performances
d449ece api: Refactor RunPod()
c3663b2 pod: Run post-start hooks outside netns
42df5a6 hypervisor: add hot plugging support for Qemu Q35

fixes clearcontainers#829

Signed-off-by: Julio Montes <[email protected]>
  • Loading branch information
Julio Montes committed Nov 24, 2017
1 parent 9c69a8a commit a70358a
Show file tree
Hide file tree
Showing 18 changed files with 571 additions and 281 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.

8 changes: 4 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@
name = "github.com/containernetworking/plugins"
revision = "e256564546e8d1ca8a36911f8445c11929043221"

[[constraint]]
name = "github.com/containers/virtcontainers"
revision = "506f076ba79c77ae00da9daf60e4fed747cd8ab3"

[[constraint]]
name = "github.com/davecgh/go-spew"
revision = "346938d642f2ec3594ed81d874461961cd0faa76"
Expand Down Expand Up @@ -147,3 +143,7 @@
[[constraint]]
name = "golang.org/x/sys"
revision = "314a259e304ff91bd6985da2a7149bbf91237993"

[[constraint]]
name = "github.com/containers/virtcontainers"
revision = "4589f5bbf82318dac126d75c6aaeb78428dfa551"
73 changes: 11 additions & 62 deletions vendor/github.com/containers/virtcontainers/api.go

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

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

104 changes: 104 additions & 0 deletions vendor/github.com/containers/virtcontainers/bridge.go

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

65 changes: 65 additions & 0 deletions vendor/github.com/containers/virtcontainers/bridge_test.go

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

10 changes: 7 additions & 3 deletions vendor/github.com/containers/virtcontainers/cni.go

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

12 changes: 2 additions & 10 deletions vendor/github.com/containers/virtcontainers/container.go

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

6 changes: 1 addition & 5 deletions vendor/github.com/containers/virtcontainers/device.go

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

Loading

0 comments on commit a70358a

Please sign in to comment.