From: Thomas Huth <th...@redhat.com> Files in the include/hw/virtio/ folder should be included in the "virtio" sections of the MAINTAINERS file.
Signed-off-by: Thomas Huth <th...@redhat.com> Reviewed-by: Michael S. Tsirkin <m...@redhat.com> Signed-off-by: Michael S. Tsirkin <m...@redhat.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index dc0aa54..524963f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -877,6 +877,7 @@ M: Michael S. Tsirkin <m...@redhat.com> S: Supported F: hw/*/virtio* F: net/vhost-user.c +F: include/hw/virtio/ virtio-9p M: Aneesh Kumar K.V <aneesh.ku...@linux.vnet.ibm.com> -- MST