From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZGOA-0001pe-ED for qemu-devel@nongnu.org; Tue, 18 Dec 2018 09:30:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZGO4-0001Ub-PJ for qemu-devel@nongnu.org; Tue, 18 Dec 2018 09:30:26 -0500 References: <20181218115615.1499-1-philmd@redhat.com> <20181218115615.1499-11-philmd@redhat.com> From: Paolo Bonzini Message-ID: <20f62f62-f677-6d0f-09dc-3759cc813d8f@redhat.com> Date: Tue, 18 Dec 2018 13:34:52 +0100 MIME-Version: 1.0 In-Reply-To: <20181218115615.1499-11-philmd@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 10/12] MAINTAINERS: Orphanize the 'CPU (QOM)' subsystem List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Mark Cave-Ayland , Thomas Huth , Eduardo Habkost , Cornelia Huck , Richard Henderson , Markus Armbruster , Helge Deller , Artyom Tarasenko , Alex Williamson , Luc Michel , "Daniel P . Berrange" , "Michael S . Tsirkin" On 18/12/18 12:56, Philippe Mathieu-Daud=C3=A9 wrote: > Nobody is looking at those files, downgrade this subsystem as orphan. >=20 > Remove the qemu-devel@nongnu.org entry because the list is always > selected by the 'All patches CC here' section. >=20 > Suggested-by: Markus Armbruster > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > MAINTAINERS | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index e50f8c6b97..e6a73820f1 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1745,8 +1745,7 @@ S: Supported > F: scripts/coverity-model.c > =20 > CPU > -L: qemu-devel@nongnu.org > -S: Supported > +S: Orphan > F: qom/cpu.c > F: include/qom/cpu.h > =20 >=20 I don't think that's accurate. Simply there's not much going on. If patches are sent, get-maintainers's git fallback will do something (probably sending the patch to Eduardo, Igor or me). Paolo