diff options
author | Michael S. Tsirkin | 2015-06-15 16:20:21 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2015-06-15 16:20:21 +0200 |
commit | 6a084ea39aec84d352dbd3de0f523daaaaac8c7d (patch) | |
tree | f2d3b322f8e8016db868cca341623a11f000da03 /MAINTAINERS | |
parent | i386/acpi-build: fix PXB workarounds for unsupported BIOSes (diff) | |
download | qemu-6a084ea39aec84d352dbd3de0f523daaaaac8c7d.tar.gz qemu-6a084ea39aec84d352dbd3de0f523daaaaac8c7d.tar.xz qemu-6a084ea39aec84d352dbd3de0f523daaaaac8c7d.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0463696dd3..7a13d68a36 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> |