From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1db3nf-0005si-4V for qemu-devel@nongnu.org; Fri, 28 Jul 2017 07:51:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1db3nb-0004qV-Kl for qemu-devel@nongnu.org; Fri, 28 Jul 2017 07:51:23 -0400 References: <20170728053610.15770-1-f4bug@amsat.org> <20170728053610.15770-6-f4bug@amsat.org> From: Paolo Bonzini Message-ID: Date: Fri, 28 Jul 2017 13:51:14 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 05/47] MAINTAINERS: add missing KVM entry List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On 28/07/2017 09:00, Thomas Huth wrote: > On 28.07.2017 07:35, Philippe Mathieu-Daud=C3=A9 wrote: >> Signed-off-by: Philippe Mathieu-Daud=C3=A9 >> --- >> MAINTAINERS | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 3b472d7a09..ece02522be 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -278,6 +278,7 @@ S: Supported >> F: */kvm.* >> F: accel/kvm/ >> F: include/sysemu/kvm*.h >> +F: linux-headers/asm-*/kvm*.h >=20 > The linux-headers are not really maintained by the QEMU project - so I > guess we do not need an entry for these? Actually I agree with the patch. I'd like to be CCed on update-linux-headers patches, and this achieves it. :) Paolo