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 X-Spam-Level: X-Spam-Status: No, score=-8.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C42C1C33CB1 for ; Fri, 17 Jan 2020 10:17:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A18722072B for ; Fri, 17 Jan 2020 10:17:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726409AbgAQKRD (ORCPT ); Fri, 17 Jan 2020 05:17:03 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:53360 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726085AbgAQKRD (ORCPT ); Fri, 17 Jan 2020 05:17:03 -0500 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 0F497E896FAF0E365F54; Fri, 17 Jan 2020 18:17:02 +0800 (CST) Received: from [127.0.0.1] (10.142.68.147) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.439.0; Fri, 17 Jan 2020 18:16:53 +0800 Subject: Re: [PATCH v22 9/9] MAINTAINERS: Add ACPI/HEST/GHES entries To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Peter Maydell CC: Fam Zheng , Eduardo Habkost , kvm-devel , "Michael S. Tsirkin" , Jonathan Cameron , Marcelo Tosatti , QEMU Developers , Linuxarm , Shannon Zhao , Zheng Xiang , qemu-arm , James Morse , "xuwei (O)" , Igor Mammedov , Paolo Bonzini , Richard Henderson References: <1578483143-14905-1-git-send-email-gengdongjiu@huawei.com> <1578483143-14905-10-git-send-email-gengdongjiu@huawei.com> <1c45a8b4-1ea4-ddfd-cce3-c42699d2b3b9@redhat.com> From: gengdongjiu Message-ID: Date: Fri, 17 Jan 2020 18:16:51 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1c45a8b4-1ea4-ddfd-cce3-c42699d2b3b9@redhat.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.142.68.147] X-CFilter-Loop: Reflected Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On 2020/1/17 15:22, Philippe Mathieu-Daudé wrote: > Hi Peter, > > On 1/16/20 5:46 PM, Peter Maydell wrote: >> On Wed, 8 Jan 2020 at 11:32, Dongjiu Geng wrote: >>> >>> I and Xiang are willing to review the APEI-related patches and >>> volunteer as the reviewers for the HEST/GHES part. >>> >>> Signed-off-by: Dongjiu Geng >>> Signed-off-by: Xiang Zheng >>> --- >>>   MAINTAINERS | 9 +++++++++ >>>   1 file changed, 9 insertions(+) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index 387879a..5af70a5 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -1423,6 +1423,15 @@ F: tests/bios-tables-test.c >>>   F: tests/acpi-utils.[hc] >>>   F: tests/data/acpi/ >>> >>> +ACPI/HEST/GHES >>> +R: Dongjiu Geng >>> +R: Xiang Zheng >>> +L: qemu-arm@nongnu.org >>> +S: Maintained >>> +F: hw/acpi/ghes.c >>> +F: include/hw/acpi/ghes.h >>> +F: docs/specs/acpi_hest_ghes.rst >>> + >>>   ppc4xx >>>   M: David Gibson >>>   L: qemu-ppc@nongnu.org >>> -- >> >> Michael, Igor: since this new MAINTAINERS section is >> moving files out of the 'ACPI/SMBIOS' section that you're >> currently responsible for, do you want to provide an >> acked-by: that you think this division of files makes sense? > > The files are not 'moved out', Michael and Igor are still the maintainers of the supported ACPI/SMBIOS subsystem: > > ACPI/SMBIOS > M: Michael S. Tsirkin > M: Igor Mammedov > S: Supported > F: include/hw/acpi/* > F: hw/acpi/* > > Dongjiu and Xiang only add themselves as reviewers to get notified on changes on these specific files. The more eyes the better :) > > The docs/specs/acpi_hest_ghes.rst document has no maintainer, as these others too: If this file has no maintainer, may be it needs a M tag for this file, otherwise when people change this file, and use "./scripts/get_maintainer.pl xxxxx" to get maintainer, it will be empty. > > - docs/specs/acpi_cpu_hotplug.txt > - docs/specs/acpi_hw_reduced_hotplug.rst > - docs/specs/acpi_mem_hotplug.txt > - docs/specs/acpi_nvdimm.txt > > The only ACPI file reported as maintained in docs/specs/ is acpi_pci_hotplug.txt, from this entry: > > PCI > M: Michael S. Tsirkin > M: Marcel Apfelbaum > S: Supported > F: docs/specs/*pci* > > FWIW: > Reviewed-by: Philippe Mathieu-Daudé > > . >