From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id E3B07EE57DF for ; Mon, 11 Sep 2023 12:34:09 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qfg6V-0004DW-Iw; Mon, 11 Sep 2023 08:33:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qfg6S-0004D2-V6; Mon, 11 Sep 2023 08:33:20 -0400 Received: from mail.ozlabs.org ([2404:9400:2221:ea00::3] helo=gandalf.ozlabs.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qfg6Q-0003aC-7j; Mon, 11 Sep 2023 08:33:20 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by gandalf.ozlabs.org (Postfix) with ESMTP id 4RkmMq5M6Gz4xF6; Mon, 11 Sep 2023 22:33:11 +1000 (AEST) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4RkmMm0xXPz4xFD; Mon, 11 Sep 2023 22:33:07 +1000 (AEST) Message-ID: Date: Mon, 11 Sep 2023 14:33:06 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH v4 10/10] hw/fsi: Update MAINTAINER list Content-Language: en-US To: Ninad Palsule , qemu-devel@nongnu.org, peter.maydell@linaro.org, andrew@aj.id.au, joel@jms.id.au, pbonzini@redhat.com, marcandre.lureau@redhat.com, berrange@redhat.com, thuth@redhat.com, philmd@linaro.org, lvivier@redhat.com Cc: qemu-arm@nongnu.org References: <20230908222859.3381003-1-ninad@linux.ibm.com> <20230908222859.3381003-11-ninad@linux.ibm.com> From: =?UTF-8?Q?C=c3=a9dric_Le_Goater?= In-Reply-To: <20230908222859.3381003-11-ninad@linux.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2404:9400:2221:ea00::3; envelope-from=SRS0=62xJ=E3=kaod.org=clg@ozlabs.org; helo=gandalf.ozlabs.org X-Spam_score_int: -53 X-Spam_score: -5.4 X-Spam_bar: ----- X-Spam_report: (-5.4 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, NICE_REPLY_A=-1.473, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org On 9/9/23 00:28, Ninad Palsule wrote: > Added maintainer for IBM FSI model > > Signed-off-by: Ninad Palsule > --- > V4: > - Added separate commit for MAINTAINER change. > --- > MAINTAINERS | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 6111b6b4d9..285f3a3bc9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3395,6 +3395,28 @@ F: tests/qtest/adm1272-test.c > F: tests/qtest/max34451-test.c > F: tests/qtest/isl_pmbus_vr-test.c > > +FSI > +M: Ninad Palsule > +S: Maintained Excellent ! > +F: hw/fsi/aspeed-apb2opb.c > +F: hw/fsi/cfam.c > +F: hw/fsi/fsi.c > +F: hw/fsi/fsi-slave.c > +F: hw/fsi/opb.c > +F: hw/fsi/engine-scratchpad.c > +F: hw/fsi/fsi-master.c > +F: hw/fsi/lbus.c This would work the same : hw/fsi/* include/hw/fsi/* > +F: include/hw/fsi/aspeed-apb2opb.h > +F: include/hw/fsi/cfam.h > +F: include/hw/fsi/fsi.h > +F: include/hw/fsi/fsi-slave.h > +F: include/hw/fsi/opb.h > +F: include/hw/fsi/engine-scratchpad.h > +F: include/hw/fsi/fsi-master.h > +F: include/hw/fsi/lbus.h > +F: docs/specs/fsi.rst > +F: tests/qtest/fsi-test.c > + > Firmware schema specifications > M: Philippe Mathieu-Daudé > R: Daniel P. Berrange