VSOCK: Introduce virtio-vsock-common.ko
authorAsias He <asias@redhat.com>
Wed, 2 Dec 2015 06:44:00 +0000 (14:44 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Dec 2015 20:05:55 +0000 (15:05 -0500)
commit80a19e338d458abb5a700df3fd00795c51361f06
tree21b556c267505997a81161f620ba18219166aec6
parent357ab2234d57f6c74386f64ded42dff8e3c0500b
VSOCK: Introduce virtio-vsock-common.ko

This module contains the common code and header files for the following
virtio-vsock and virtio-vhost kernel modules.

Signed-off-by: Asias He <asias@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/virtio_vsock.h [new file with mode: 0644]
include/uapi/linux/virtio_ids.h
include/uapi/linux/virtio_vsock.h [new file with mode: 0644]
net/vmw_vsock/virtio_transport_common.c [new file with mode: 0644]