From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4mKm-000689-MP for qemu-devel@nongnu.org; Thu, 10 Nov 2016 05:11:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4mKl-0000MV-P5 for qemu-devel@nongnu.org; Thu, 10 Nov 2016 05:11:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41674) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c4mKl-0000M4-KS for qemu-devel@nongnu.org; Thu, 10 Nov 2016 05:11:51 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 024127F740 for ; Thu, 10 Nov 2016 10:11:51 +0000 (UTC) From: Thomas Huth Date: Thu, 10 Nov 2016 11:11:41 +0100 Message-Id: <1478772703-28185-5-git-send-email-thuth@redhat.com> In-Reply-To: <1478772703-28185-1-git-send-email-thuth@redhat.com> References: <1478772703-28185-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PULL 4/6] MAINTAINERS: Add an entry for the CHRP NVRAM files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi I recently added new files to the source tree that are not covered by any maintainer yet -- and since every new source file should have a maintainer nowadays, I volunteer to look after these files now, too. Reviewed-by: David Gibson Reviewed-by: Stefan Hajnoczi Signed-off-by: Thomas Huth --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5d8b584..05b1c97 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1093,6 +1093,13 @@ S: Maintained F: hw/core/generic-loader.c F: include/hw/core/generic-loader.h +CHRP NVRAM +M: Thomas Huth +S: Maintained +F: hw/nvram/chrp_nvram.c +F: include/hw/nvram/chrp_nvram.h +F: tests/prom-env-test.c + Subsystems ---------- Audio -- 1.8.3.1