From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afqUf-0001y6-Nm for qemu-devel@nongnu.org; Tue, 15 Mar 2016 11:02:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afqUf-0007JQ-10 for qemu-devel@nongnu.org; Tue, 15 Mar 2016 11:02:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afqUe-0007Ij-St for qemu-devel@nongnu.org; Tue, 15 Mar 2016 11:02:44 -0400 Date: Tue, 15 Mar 2016 17:02:40 +0200 From: "Michael S. Tsirkin" Message-ID: <1458053975-2410-42-git-send-email-mst@redhat.com> References: <1458053975-2410-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458053975-2410-1-git-send-email-mst@redhat.com> Subject: [Qemu-devel] [PULL v2 41/51] MAINTAINERS: Add an entry for virtio header files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Peter Maydell , Thomas Huth , Eduardo Habkost , Stefan Hajnoczi , Paolo Bonzini From: Thomas Huth 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 --- 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 S: Supported F: hw/*/virtio* F: net/vhost-user.c +F: include/hw/virtio/ virtio-9p M: Aneesh Kumar K.V -- MST