This repository has been archived by the owner on May 6, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vendor: Update virtcontainers vendoring
New version of virtcontainers includes several fixes and optimizations for the network. It includes new supports for the specific mount of /dev:/dev case. It introduces new proxy implementations, kata_proxy and no_proxy. One important thing to notice is the change of name for ciao-project dependency. Because the only package used from this repository was qemu, and because the qemu package has been moved to govmm repo, the vendoring has deleted all ciao-project related packages and replaced them only with qemu from github.com/intel/govmm. Shortlog: 71ce0c8 proxy: Implement Kata Containers proxy 8f9a2e0 proxy: Implement no_proxy generic case 2e2d33c agent: Introduce new functions to agent interface 05cec52 hyperstart: Change the path where rootfs is bind-mounted d0051aa agent: Pass information about the "-v /dev:/dev" case bdc815d mounts: Deduce additional information about system mounts 7c88153 vendor: switch to govmm c6b10c5 agent: Return the actual error returned by the agent 78771b2 Networking: Add support for multiqueue tap 2b38edc Revendor: Revendor qemu to add multiqueue support and vhost-us d4a5a59 Vendoring: Revendor netlink to add multiqueue tap support 11cfdcf cni: pass pod ID to CNI plugin's add/delete calls b956d2b gitignore: Add .swp files d6dc515 ethtool: Remove .swp file 890a8b1 Fix network warning message b0dd4c6 9p: Do not pass the rootfs through 9pfs 077a427 vendor: update ciao 01b012b vendor: Move the ciao vendoring to ciao-project 148b06a proxy: Launch one proxy instance per pod 619300a proxy: Use CC3 proxy path d8f2a22 shim: Only show shim-count if there are any c993e45 shim: Quote urls in error 37dc3c6 cni: Assign the netpair for virtual endpoints after scan 8f846a2 cni: Fix bug while updating endpoints after scanning net names 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 Fixes #872 Signed-off-by: Sebastien Boeuf <[email protected]>
- Loading branch information