From: Thomas Huth Date: Thu, 25 Feb 2016 10:13:03 +0000 (+0100) Subject: MAINTAINERS: Add an entry for virtio header files X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=494f7b572ebc850b873dcf69f33636941df9efcf;p=qemu.git MAINTAINERS: Add an entry for virtio header files Files in the include/hw/virtio/ folder should be included in the "virtio" sections of the MAINTAINERS file. Signed-off-by: Thomas Huth Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/MAINTAINERS b/MAINTAINERS index dc0aa5424e..524963f579 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -877,6 +877,7 @@ M: Michael S. Tsirkin S: Supported F: hw/*/virtio* F: net/vhost-user.c +F: include/hw/virtio/ virtio-9p M: Aneesh Kumar K.V