From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZDBp-0008GH-AQ for qemu-devel@nongnu.org; Fri, 26 Feb 2016 02:51:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZDBl-0003hd-84 for qemu-devel@nongnu.org; Fri, 26 Feb 2016 02:51:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZDBl-0003hD-2I for qemu-devel@nongnu.org; Fri, 26 Feb 2016 02:51:49 -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 (Postfix) with ESMTPS id 2BDF67F08B for ; Fri, 26 Feb 2016 07:51:48 +0000 (UTC) Date: Fri, 26 Feb 2016 13:21:44 +0530 From: Amit Shah Message-ID: <20160226075144.GO10967@grmbl.mre> References: <1456404260-26928-1-git-send-email-thuth@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456404260-26928-1-git-send-email-thuth@redhat.com> Subject: Re: [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: Thomas Huth Cc: qemu-devel@nongnu.org On (Thu) 25 Feb 2016 [13:44:20], Thomas Huth wrote: > 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 Amit