From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYvHO-0000KF-5H for qemu-devel@nongnu.org; Thu, 25 Feb 2016 07:44:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYvHK-0004cy-Vm for qemu-devel@nongnu.org; Thu, 25 Feb 2016 07:44:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYvHK-0004cu-QZ for qemu-devel@nongnu.org; Thu, 25 Feb 2016 07:44:22 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 60FCE51E for ; Thu, 25 Feb 2016 12:44:22 +0000 (UTC) From: Thomas Huth Date: Thu, 25 Feb 2016 13:44:20 +0100 Message-Id: <1456404260-26928-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PATCH] MAINTAINERS: Add an entry for the include/sysemu/rng*.h files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: amit.shah@redhat.com, qemu-devel@nongnu.org These headers are used by the virtio-rng and rng backends code, so they should be listed in the same section in MAINTAINERS, too. Signed-off-by: Thomas Huth --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index e26bcf6..79ef4d8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -924,6 +924,7 @@ M: Amit Shah S: Supported F: hw/virtio/virtio-rng.c F: include/hw/virtio/virtio-rng.h +F: include/sysemu/rng*.h F: backends/rng*.c nvme -- 1.8.3.1