From patchwork Tue Jul 2 10:46:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Armbruster X-Patchwork-Id: 1126157 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45dLgP1k2rz9sND for ; Tue, 2 Jul 2019 20:53:05 +1000 (AEST) Received: from localhost ([::1]:51562 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hiGPH-00020h-8f for incoming@patchwork.ozlabs.org; Tue, 02 Jul 2019 06:53:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50913) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hiGJn-0005nf-3I for qemu-devel@nongnu.org; Tue, 02 Jul 2019 06:47:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hiGJl-0007g0-6s for qemu-devel@nongnu.org; Tue, 02 Jul 2019 06:47:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3271) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hiGJl-0007bO-0Z for qemu-devel@nongnu.org; Tue, 02 Jul 2019 06:47:21 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 55663859FE; Tue, 2 Jul 2019 10:47:18 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-102.ams2.redhat.com [10.36.116.102]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1FA072E039; Tue, 2 Jul 2019 10:47:18 +0000 (UTC) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id A5B991132ADD; Tue, 2 Jul 2019 12:47:16 +0200 (CEST) From: Markus Armbruster To: qemu-devel@nongnu.org Date: Tue, 2 Jul 2019 12:46:59 +0200 Message-Id: <20190702104716.9140-2-armbru@redhat.com> In-Reply-To: <20190702104716.9140-1-armbru@redhat.com> References: <20190702104716.9140-1-armbru@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 02 Jul 2019 10:47:18 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PULL 01/18] MAINTAINERS: new maintainers for QOM X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paolo Bonzini , "Daniel P . Berrange" , =?utf-8?q?Andreas_F=C3=A4rber?= , Eduardo Habkost Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" From: Paolo Bonzini QOM is not a particularly active subsystem now: 51 commits in two years. But, we need active maintainers to review and merge patches, and Git shows the following top committers taking on QOM: Markus Armbruster Eduardo Habkost Paolo Bonzini Marc-André Lureau Eric Blake I volunteer myself, and also volunteer Eduardo and Daniel as reviewers since they understand the code well. Cc: Andreas Färber Cc: Daniel P. Berrange Cc: Eduardo Habkost Suggested-by: Markus Armbruster Signed-off-by: Paolo Bonzini Signed-off-by: Markus Armbruster Message-Id: <20190619201050.19040-2-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé Acked-by: Andreas Färber --- MAINTAINERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8206fc51db..23a8c5ac0b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2029,9 +2029,10 @@ F: docs/interop/qemu-ga-ref.texi T: git https://github.com/mdroth/qemu.git qga QOM -M: Andreas Färber +M: Paolo Bonzini +R: Daniel P. Berrange +R: Eduardo Habkost S: Supported -T: git https://github.com/afaerber/qemu-cpu.git qom-next F: include/qom/ X: include/qom/cpu.h F: qom/