From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xqhwi-00061a-7x for qemu-devel@nongnu.org; Tue, 18 Nov 2014 07:31:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xqhwc-0001KY-S2 for qemu-devel@nongnu.org; Tue, 18 Nov 2014 07:31:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xqhwc-0001KU-LD for qemu-devel@nongnu.org; Tue, 18 Nov 2014 07:31:42 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAICVfBZ016480 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 18 Nov 2014 07:31:42 -0500 From: Amit Shah Date: Tue, 18 Nov 2014 18:01:26 +0530 Message-Id: <2519daab259b346d7c01d7134295ba044a1c13d1.1416313793.git.amit.shah@redhat.com> In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH 3/4] MAINTAINERS: add entry for virtio-rng List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list Cc: Juan Quintela , Markus Armbruster , "Dr. David Alan Gilbert" , Amit Shah , Paolo Bonzini , Amos Kong Signed-off-by: Amit Shah --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index af8d856..4c46cfe 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -697,6 +697,13 @@ S: Supported F: hw/char/virtio-serial-bus.c F: hw/char/virtio-console.c +virtio-rng +M: Amit Shah +S: Supported +F: hw/virtio/virtio-rng.c +F: include/hw/virtio/virtio-rng.h +F: backends/rng*.c + nvme M: Keith Busch S: Supported -- 2.1.0