From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abSVd-0005pD-6Y for qemu-devel@nongnu.org; Thu, 03 Mar 2016 07:37:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abSVW-0004Oe-DV for qemu-devel@nongnu.org; Thu, 03 Mar 2016 07:37:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abSVV-0004OI-WD for qemu-devel@nongnu.org; Thu, 03 Mar 2016 07:37:30 -0500 From: Amit Shah Date: Thu, 3 Mar 2016 18:07:06 +0530 Message-Id: <750cf86932cd16bd881bba372738c1c6f17fc189.1457008497.git.amit.shah@redhat.com> In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PULL 1/6] MAINTAINERS: Add an entry for the include/sysemu/rng*.h files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Amit Shah , thuth@redhat.com, lprosek@redhat.com, qemu list From: Thomas Huth 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 Reviewed-by: Amit Shah Message-Id: <1456404260-26928-1-git-send-email-thuth@redhat.com> Signed-off-by: Amit Shah --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 13d1b4d..2f5a338 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -921,6 +921,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 -- 2.5.0