diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-06-15 16:20:21 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-06-15 16:20:21 +0200 |
commit | 6a084ea39aec84d352dbd3de0f523daaaaac8c7d (patch) | |
tree | f2d3b322f8e8016db868cca341623a11f000da03 | |
parent | 4ebc736e9938a7e88ecc785734b17145bf802a56 (diff) | |
download | hqemu-6a084ea39aec84d352dbd3de0f523daaaaac8c7d.zip hqemu-6a084ea39aec84d352dbd3de0f523daaaaac8c7d.tar.gz |
vhost-user: part of virtio
vhost user is related to virtio, add it to the relevant entry.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0463696..7a13d68 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -694,6 +694,7 @@ virtio M: Michael S. Tsirkin <mst@redhat.com> S: Supported F: hw/*/virtio* +F: net/vhost-user.c virtio-9p M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |