From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abWRo-0003eI-CX for qemu-devel@nongnu.org; Thu, 03 Mar 2016 11:49:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abWRj-0005fO-EK for qemu-devel@nongnu.org; Thu, 03 Mar 2016 11:49:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abWRj-0005fA-3p for qemu-devel@nongnu.org; Thu, 03 Mar 2016 11:49:51 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id A400B804E3 for ; Thu, 3 Mar 2016 16:49:50 +0000 (UTC) References: <1456403605-26587-1-git-send-email-thuth@redhat.com> From: Paolo Bonzini Message-ID: <56D86B2B.1070904@redhat.com> Date: Thu, 3 Mar 2016 17:49:47 +0100 MIME-Version: 1.0 In-Reply-To: <1456403605-26587-1-git-send-email-thuth@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: Add entry for include/sysemu/kvm*.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , qemu-devel@nongnu.org On 25/02/2016 13:33, Thomas Huth wrote: > The include/sysemu/kvm*.h header files should be part of > the overall KVM section. > > Signed-off-by: Thomas Huth > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 5fc99cd..e26bcf6 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -234,6 +234,7 @@ L: kvm@vger.kernel.org > S: Supported > F: kvm-* > F: */kvm.* > +F: include/sysemu/kvm*.h > > ARM > M: Peter Maydell > Queued, thanks. Paolo