From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYsuw-0002k9-6v for qemu-devel@nongnu.org; Thu, 25 Feb 2016 05:13:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYsuv-0004qv-FE for qemu-devel@nongnu.org; Thu, 25 Feb 2016 05:13:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYsuv-0004qm-AR for qemu-devel@nongnu.org; Thu, 25 Feb 2016 05:13:05 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 0ECD88EA38 for ; Thu, 25 Feb 2016 10:13:05 +0000 (UTC) From: Thomas Huth Date: Thu, 25 Feb 2016 11:13:03 +0100 Message-Id: <1456395183-21746-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PATCH] MAINTAINERS: Add an entry for virtio header files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mst@redhat.com, qemu-devel@nongnu.org Files in the include/hw/virtio/ folder should be included in the "virtio" sections of the MAINTAINERS file. Signed-off-by: Thomas Huth --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 341574c..cda55c4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -873,6 +873,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 -- 1.8.3.1