From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1feyKu-0001vW-0j for qemu-devel@nongnu.org; Mon, 16 Jul 2018 03:54:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1feyKo-0006Ur-Ib for qemu-devel@nongnu.org; Mon, 16 Jul 2018 03:54:23 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:51894 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1feyKo-0006UR-31 for qemu-devel@nongnu.org; Mon, 16 Jul 2018 03:54:18 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 65D59402315B for ; Mon, 16 Jul 2018 07:54:17 +0000 (UTC) References: <20180716073226.21127-1-armbru@redhat.com> <20180716073226.21127-3-armbru@redhat.com> From: Thomas Huth Message-ID: Date: Mon, 16 Jul 2018 09:54:12 +0200 MIME-Version: 1.0 In-Reply-To: <20180716073226.21127-3-armbru@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] MAINTAINERS: New section "Incompatible changes", copy libvir-list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org Cc: libvir-list@redhat.com, cohuck@redhat.com, pkrempa@redhat.com, berrange@redhat.com On 16.07.2018 09:32, Markus Armbruster wrote: > Libvirt developers would like to be copied on patches to qemu-doc > appendix "Deprecated features". Do them the favor. > > Signed-off-by: Markus Armbruster > --- > MAINTAINERS | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 20eef3cb61..666e936812 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2194,6 +2194,10 @@ M: Daniel P. Berrange > S: Odd Fixes > F: docs/devel/build-system.txt > > +Incompatible changes > +R: libvir-list@redhat.com > +F: qemu-deprecated.texi Should we have a maintainer for the file, too? (I guess not, because deprecation patches should go through the specific subsystems...) And what about a "S:" line? Anyway: Reviewed-by: Thomas Huth