From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boRBC-0007KN-EN for qemu-devel@nongnu.org; Mon, 26 Sep 2016 04:22:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boRBA-000202-G1 for qemu-devel@nongnu.org; Mon, 26 Sep 2016 04:22:25 -0400 Date: Mon, 26 Sep 2016 10:22:14 +0200 From: Kevin Wolf Message-ID: <20160926082214.GA6093@noname.str.redhat.com> References: <1474646996-30421-1-git-send-email-thuth@redhat.com> <8d0e6f92-a114-2f08-c789-25265e6abea9@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8d0e6f92-a114-2f08-c789-25265e6abea9@redhat.com> Subject: Re: [Qemu-devel] [Qemu-block] [PATCH] MAINTAINERS: Add some more headers to the IDE section List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: Thomas Huth , qemu-devel@nongnu.org, qemu-trivial@nongnu.org, qemu-block@nongnu.org Am 23.09.2016 um 18:42 hat John Snow geschrieben: > On 09/23/2016 12:09 PM, Thomas Huth wrote: > >The folder include/hw/ide/ belongs to the IDE section. > > > >Signed-off-by: Thomas Huth > >--- > > MAINTAINERS | 1 + > > 1 file changed, 1 insertion(+) > > > >diff --git a/MAINTAINERS b/MAINTAINERS > >index d8a0cfc..acf6d6c 100644 > >--- a/MAINTAINERS > >+++ b/MAINTAINERS > >@@ -791,6 +791,7 @@ M: John Snow > > L: qemu-block@nongnu.org > > S: Supported > > F: include/hw/ide.h > >+F: include/hw/ide/ > > F: hw/ide/ > > F: hw/block/block.c > > F: hw/block/cdrom.c > > > > Ah, yeah. These got missed when they were moved over. Thanks. > > Reviewed-by: John Snow Who is supposed to merge this if you only give an R-b? And didn't we want to move the internal header files back to hw/ instead of the global include directory? Kevin