aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/virtio_vsock.h
AgeCommit message (Collapse)AuthorFilesLines
2016-08-09virtio-vsock: fix include guard typoStefan Hajnoczi1-1/+1
Signed-off-by: Stefan Hajnoczi <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
2016-08-02VSOCK: Introduce virtio_vsock_common.koAsias He1-0/+94
This module contains the common code and header files for the following virtio_transporto and vhost_vsock kernel modules. Signed-off-by: Asias He <[email protected]> Signed-off-by: Claudio Imbrenda <[email protected]> Signed-off-by: Stefan Hajnoczi <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>