containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

kata_agent: Fix kata channel name (virtio) #558

Closed sboeuf closed 6 years ago

sboeuf commented 6 years ago

The name of the virtio channel referring to the agent should not be defined inside kata_agent.go, but instead should be imported from github.com/kata-containers/agent/api package.

egernst commented 6 years ago

This issue was moved to kata-containers/runtime#165