You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
In order to fix #1059, we want to create a hypervisor package. Some of the hypervisor implementations (qemu) depend on the network and endpoint interfaces. We can not have a virtcontainers -> hypervisor -> network, endpoint -> virtcontainers cyclic dependency.
So before creating the hypervisor package, we need to decouple the network API from the virtcontainers one.
The text was updated successfully, but these errors were encountered:
In order to fixkata-containers#1059, we want to create a hypervisor package. Some of
the hypervisor implementations (qemu) depend on the network and endpoint
interfaces. We can not have a virtcontainers -> hypervisor -> network,
endpoint -> virtcontainers cyclic dependency.
So before creating the hypervisor package, we need to decouple the
network API from the virtcontainers one.
Fixes: kata-containers#1180
Signed-off-by: Samuel Ortiz <[email protected]>
In order to fixkata-containers#1059, we want to create a hypervisor package. Some of
the hypervisor implementations (qemu) depend on the network and endpoint
interfaces. We can not have a virtcontainers -> hypervisor -> network,
endpoint -> virtcontainers cyclic dependency.
So before creating the hypervisor package, we need to decouple the
network API from the virtcontainers one.
Fixes: kata-containers#1180
Signed-off-by: Samuel Ortiz <[email protected]>
sameo
pushed a commit
to sameo/runtime-1
that referenced
this issue
Jan 28, 2019
In order to fixkata-containers#1059, we want to create a hypervisor package. Some of
the hypervisor implementations (qemu) depend on the network and endpoint
interfaces. We can not have a virtcontainers -> hypervisor -> network,
endpoint -> virtcontainers cyclic dependency.
So before creating the hypervisor package, we need to decouple the
network API from the virtcontainers one.
Fixes: kata-containers#1180
Signed-off-by: Samuel Ortiz <[email protected]>
Description of problem
In order to fix #1059, we want to create a
hypervisor
package. Some of the hypervisor implementations (qemu
) depend on thenetwork
andendpoint
interfaces. We can not have a virtcontainers -> hypervisor -> network, endpoint -> virtcontainers cyclic dependency.So before creating the
hypervisor
package, we need to decouple the network API from the virtcontainers one.The text was updated successfully, but these errors were encountered: