From nobody Sat Sep 21 03:18:13 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.47 as permitted sender) client-ip=209.51.188.47; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.47 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1559909329; cv=none; d=zoho.com; s=zohoarc; b=m8S0zwfVmIEnouB+39Db+SyooQ7Mpa6yljaQQhYcNROFFUSa0CSCbK2K7XloyI5mDOxJKUb+Zvj4p9XtNoqyN1if0g9XZScF6zYQnD/aiTQ6yxT90vj4u686ZmSvFWaCY5ybwOV611WQGTus9zc2NkhZ38uODu7hmfQ4E6gA8aA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1559909329; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=H4dkv2dOnBqeWRAHbFWtWPuQGR8nTmRatF01FTdj4E8=; b=TQcNywo3b9KwXgW38XaUBVMyjlaWf4+/1es6vjDdTteXiUWmNSI75x7QJ6hcieITC950S/uwYfgthyjxS66auKTKibCgAB5RfgRSN5IDjnw3sAMX/ViUaSrq7t9+5w0DWjQRFYqBqNx3z447uvYf+6NWmenYARz/yQ4E8tVkq3g= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.47 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.47]) by mx.zohomail.com with SMTPS id 1559909329056597.7983575813835; Fri, 7 Jun 2019 05:08:49 -0700 (PDT) Received: from localhost ([::1]:49192 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZDfs-0003ZI-4n for importer@patchew.org; Fri, 07 Jun 2019 08:08:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58317) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZDC1-0007WZ-Dc for qemu-devel@nongnu.org; Fri, 07 Jun 2019 07:37:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZDC0-0003Jj-BQ for qemu-devel@nongnu.org; Fri, 07 Jun 2019 07:37:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55978) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hZDC0-0002z0-6N for qemu-devel@nongnu.org; Fri, 07 Jun 2019 07:37:56 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 53F46308FC20; Fri, 7 Jun 2019 11:37:41 +0000 (UTC) Received: from donizetti.redhat.com (ovpn-112-66.ams2.redhat.com [10.36.112.66]) by smtp.corp.redhat.com (Postfix) with ESMTP id 447D47FCF8; Fri, 7 Jun 2019 11:37:38 +0000 (UTC) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Fri, 7 Jun 2019 13:37:37 +0200 Message-Id: <20190607113737.13473-1-pbonzini@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.43]); Fri, 07 Jun 2019 11:37:41 +0000 (UTC) Content-Transfer-Encoding: quoted-printable 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] [PATCH] 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: Markus Armbruster , "Daniel P . Berrange" , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Eduardo Habkost Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" 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=C3=A9 Lureau Eric Blake I volunteer myself, and also volunteer Eduardo and Daniel as reviewers since they understand the code well. Cc: Andreas F=C3=A4rber Cc: Daniel P. Berrange Cc: Eduardo Habkost Suggested-by: Markus Armbruster Signed-off-by: Paolo Bonzini Acked-by: Andreas F=C3=A4rber Reviewed-by: Daniel P. Berrang=C3=A9 --- MAINTAINERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index a96829ea83..c5862db154 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2031,9 +2031,10 @@ F: docs/interop/qemu-ga-ref.texi T: git https://github.com/mdroth/qemu.git qga =20 QOM -M: Andreas F=C3=A4rber +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/ --=20 2.21.0