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 13B8AE7E630 for ; Tue, 26 Sep 2023 12:57:54 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ql7cm-0004t5-6Y; Tue, 26 Sep 2023 08:57:13 -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 1ql7cZ-0004sd-QP for qemu-devel@nongnu.org; Tue, 26 Sep 2023 08:56:59 -0400 Received: from szxga02-in.huawei.com ([45.249.212.188]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ql7cW-0003xs-KS for qemu-devel@nongnu.org; Tue, 26 Sep 2023 08:56:58 -0400 Received: from dggpemm500023.china.huawei.com (unknown [172.30.72.53]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4Rvzhy4Km1zNnpp; Tue, 26 Sep 2023 20:34:58 +0800 (CST) Received: from lhrpeml500001.china.huawei.com (7.191.163.213) by dggpemm500023.china.huawei.com (7.185.36.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.31; Tue, 26 Sep 2023 20:38:47 +0800 Received: from lhrpeml500001.china.huawei.com ([7.191.163.213]) by lhrpeml500001.china.huawei.com ([7.191.163.213]) with mapi id 15.01.2507.031; Tue, 26 Sep 2023 13:38:45 +0100 To: "Michael S. Tsirkin" , lixianglai CC: "qemu-devel@nongnu.org" , Salil Mehta , Bernhard Beschow , Xiaojuan Yang , Song Gao , Igor Mammedov , Ani Sinha , Paolo Bonzini , Richard Henderson , Eduardo Habkost , Marcel Apfelbaum , =?iso-8859-1?Q?Philippe_Mathieu-Daud=E9?= , "wangyanan (Y)" , =?iso-8859-1?Q?Daniel_P=2E_Berrang=E9?= , Peter Xu , David Hildenbrand , Bibo Mao Subject: RE: [PATCH v3 1/7] Update ACPI GED framework to support vcpu hot-(un)plug Thread-Topic: [PATCH v3 1/7] Update ACPI GED framework to support vcpu hot-(un)plug Thread-Index: AQHZ8F994Y7ua3lglUS84h/PG+ftMbAs4HKAgAAGrgCAAAuuAIAAGDHQ Date: Tue, 26 Sep 2023 12:38:44 +0000 Message-ID: References: <14ee117df13b08403032eb07843b91e1861228d9.1695697701.git.lixianglai@loongson.cn> <20230926070229-mutt-send-email-mst@kernel.org> <20230926080738-mutt-send-email-mst@kernel.org> In-Reply-To: <20230926080738-mutt-send-email-mst@kernel.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.126.174.16] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected Received-SPF: pass client-ip=45.249.212.188; envelope-from=salil.mehta@huawei.com; helo=szxga02-in.huawei.com X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=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: , Reply-to: Salil Mehta From: Salil Mehta via Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Hi Michael, > From: Michael S. Tsirkin > Sent: Tuesday, September 26, 2023 1:08 PM >=20 > On Tue, Sep 26, 2023 at 07:26:40PM +0800, lixianglai wrote: > > > > Hi, Michael S. Tsirkin : > > > On Tue, Sep 26, 2023 at 05:54:26PM +0800, xianglai li wrote: > > > > ACPI GED shall be used to convey to the guest kernel about any cpu > hot-(un)plug > > > > events. Therefore, existing ACPI GED framework inside QEMU needs to > be enhanced > > > > to support CPU hot-(un)plug state and events. > > > > > > > > Co-authored-by: "Salil Mehta" > > > > Co-authored-by: "Salil Mehta" > > > This is not the way to handle multiple emails. > > > > Oh, sorry, I'll delete the first one. > > > > Thanks, > > > > Xianglai. >=20 > Can you guys figure out together with Salil Mehta what's the > correct order to merge this? I can't figure out with dueling patches. We already have an agreed approach and Loongson folks will rebase from the common patch-set. There is no contention.=20 Thanks Salil.