Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

channel: Check for channel type in kernel cmdline options #508

Merged
merged 1 commit into from
Apr 2, 2019

Commits on Apr 2, 2019

  1. channel: Check for channel type in kernel cmdline options

    With a recent kernel change, the agent can no longer rely on
    /dev/vsock and AF_VSOCK in socket(), to detect if vhost-vsock
    channel has been passed by the runtime.
    These are not created when the vhost-vsock driver is initialised.
    
    The runtime should now pass this information explicilty.
    Based on the channel type passed, the agent now checks for that
    partcular channel type.
    In case it is not passed, check for both serial and vsock channel.
    This also introduces a change in the way vsock channel is detected
    by checking for devices under the vhost-vsock driver path.
    
    Fixes kata-containers#506
    
    Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
    amshinde committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    2af3599 View commit details
    Browse the repository at this point in the history