VSOCK: Introduce virtio_vsock_common.ko
authorAsias He <asias@redhat.com>
Thu, 28 Jul 2016 14:36:32 +0000 (15:36 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 1 Aug 2016 23:57:29 +0000 (02:57 +0300)
commit06a8fc78367d070720af960dcecec917d3ae5f3b
treecc25aed5bc98a494227f2d0ba34d7867fccfa1f9
parent6773b7dc39f165bd9d824b50ac52cbb3f87d53c8
VSOCK: Introduce virtio_vsock_common.ko

This module contains the common code and header files for the following
virtio_transporto and vhost_vsock kernel modules.

Signed-off-by: Asias He <asias@redhat.com>
Signed-off-by: Claudio Imbrenda <imbrenda@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
MAINTAINERS
include/linux/virtio_vsock.h [new file with mode: 0644]
include/net/af_vsock.h
include/trace/events/vsock_virtio_transport_common.h [new file with mode: 0644]
include/uapi/linux/Kbuild
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]