From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeOha-0003IS-5m for qemu-devel@nongnu.org; Fri, 11 Mar 2016 10:10:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeOhU-0000PQ-I2 for qemu-devel@nongnu.org; Fri, 11 Mar 2016 10:10:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeOhU-0000PF-Cb for qemu-devel@nongnu.org; Fri, 11 Mar 2016 10:10:00 -0500 Date: Fri, 11 Mar 2016 17:09:56 +0200 From: "Michael S. Tsirkin" Message-ID: <1457708548-14093-42-git-send-email-mst@redhat.com> References: <1457708548-14093-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457708548-14093-1-git-send-email-mst@redhat.com> Subject: [Qemu-devel] [PULL 41/53] 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