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 B33DAC33CB1 for ; Sun, 19 Jan 2020 08:20:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 84E7920684 for ; Sun, 19 Jan 2020 08:20:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726857AbgASIUF (ORCPT ); Sun, 19 Jan 2020 03:20:05 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:9664 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726444AbgASIUF (ORCPT ); Sun, 19 Jan 2020 03:20:05 -0500 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 6B101EBA86C3279E3455; Sun, 19 Jan 2020 16:20:02 +0800 (CST) Received: from [127.0.0.1] (10.142.68.147) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.439.0; Sun, 19 Jan 2020 16:19:54 +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 , 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> <724fbf58-19df-593c-b665-2c2e9fe71189@redhat.com> From: gengdongjiu Message-ID: Date: Sun, 19 Jan 2020 16:19: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: <724fbf58-19df-593c-b665-2c2e9fe71189@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 19:22, Philippe Mathieu-Daudé wrote: > On 1/17/20 12:09 PM, Peter Maydell wrote: >> On Fri, 17 Jan 2020 at 07: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: In fact, I am willing to maintain with others to the new added files , I see some new added files in "hw/acpi" folders are moved out, such as NVDIMM/vmgenid. NVDIMM M: Xiao Guangrong S: Maintained F: hw/acpi/nvdimm.c F: hw/mem/nvdimm.c F: include/hw/mem/nvdimm.h F: docs/nvdimm.txt VM Generation ID M: Ben Warren S: Maintained F: hw/acpi/vmgenid.c F: include/hw/acpi/vmgenid.h F: docs/specs/vmgenid.txt F: tests/vmgenid-test.c F: stubs/vmgenid.c