diff options
author | Asias He <asias@redhat.com> | 2016-07-28 15:36:34 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2016-08-02 02:57:30 +0300 |
commit | 433fc58e6bf2c8bd97e57153ed28e64fd78207b8 (patch) | |
tree | 6d187ecde011286e644e24d7a01500dcc899e7df /MAINTAINERS | |
parent | 0ea9e1d3a9e3ef7d2a1462d3de6b95131dc7d872 (diff) | |
download | linux-stable-433fc58e6bf2c8bd97e57153ed28e64fd78207b8.tar.gz linux-stable-433fc58e6bf2c8bd97e57153ed28e64fd78207b8.tar.bz2 linux-stable-433fc58e6bf2c8bd97e57153ed28e64fd78207b8.zip |
VSOCK: Introduce vhost_vsock.ko
VM sockets vhost transport implementation. This driver runs on the
host.
Signed-off-by: Asias He <asias@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7302663ae4c3..12c79e5dc27e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12148,6 +12148,8 @@ F: include/linux/virtio_vsock.h F: include/uapi/linux/virtio_vsock.h F: net/vmw_vsock/virtio_transport_common.c F: net/vmw_vsock/virtio_transport.c +F: drivers/vhost/vsock.c +F: drivers/vhost/vsock.h VIRTUAL SERIO DEVICE DRIVER M: Stephen Chandler Paul <thatslyude@gmail.com> |