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 C120BC0032E for ; Wed, 25 Oct 2023 13:31:43 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qvdyR-0008AM-Rl; Wed, 25 Oct 2023 09:31:04 -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 1qvdyQ-00089u-7J for qemu-devel@nongnu.org; Wed, 25 Oct 2023 09:31:02 -0400 Received: from mgamail.intel.com ([134.134.136.100]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qvdyL-000842-G3 for qemu-devel@nongnu.org; Wed, 25 Oct 2023 09:31:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1698240657; x=1729776657; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=olQ2ezotKWBDA6Of1wjDTlEYLDQ2rg4kphj/Smcpnw4=; b=lnD04hfszut7u6DInUq4uzWuPpI8Rx/6DiJcJBqDgweAGyRXFy4xKpQw b2k2MoQWJGtkeqBYzlAz4N0deYiQnV10wXAEDiqb7LmjNl33F1Tf+R9pB xxzBk7MTuXSZphh+y6G7EbJGLSCXWFfI546d41aMxvQtKg7OSNSdHz4RQ S221jr3krrlBwQ/xPVY53yd4GH9oQNxgLuONl270uqQgA7ZYZcNmtSQTx 47JP0obHk8nQ6kPD+3U7ABtsnoGIVpAmfwvhEUD4DXjQJFFYmBqetTWUr xWEMkkqzRdph0V/2mrr39FI5QEhl/WEJ/KFRZjU9uP2UISBNkaQnZkZ4h A==; X-IronPort-AV: E=McAfee;i="6600,9927,10874"; a="453775523" X-IronPort-AV: E=Sophos;i="6.03,250,1694761200"; d="scan'208";a="453775523" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Oct 2023 06:30:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.03,250,1694761200"; d="scan'208";a="6839921" Received: from liuzhao-optiplex-7080.sh.intel.com (HELO localhost) ([10.239.160.36]) by fmviesa001.fm.intel.com with ESMTP; 25 Oct 2023 06:30:41 -0700 Date: Wed, 25 Oct 2023 21:42:29 +0800 From: Zhao Liu To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: Eduardo Habkost , Marcel Apfelbaum , Yanan Wang , "Michael S . Tsirkin" , Richard Henderson , Paolo Bonzini , Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org, Zhenyu Wang , Xiaoyao Li , Babu Moger , Yongwei Ma , Zhao Liu Subject: Re: [PATCH v5 00/20] Support smp.clusters for x86 in QEMU Message-ID: References: <20231024090323.1859210-1-zhao1.liu@linux.intel.com> <9a8e0ab9-48cf-777b-92ac-cd515eec0cf9@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9a8e0ab9-48cf-777b-92ac-cd515eec0cf9@linaro.org> Received-SPF: none client-ip=134.134.136.100; envelope-from=zhao1.liu@linux.intel.com; helo=mgamail.intel.com X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=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 Wed, Oct 25, 2023 at 12:04:12PM +0200, Philippe Mathieu-Daudé wrote: > Date: Wed, 25 Oct 2023 12:04:12 +0200 > From: Philippe Mathieu-Daudé > Subject: Re: [PATCH v5 00/20] Support smp.clusters for x86 in QEMU > > Hi Zhao, > > On 24/10/23 11:03, Zhao Liu wrote: > > From: Zhao Liu > > > > Hi list, > > > > This is the our v5 patch series, rebased on the master branch at the > > commit 384dbdda94c0 ("Merge tag 'migration-20231020-pull-request' of > > https://gitlab.com/juan.quintela/qemu into staging"). > > Since the 4 first patches are not x86-specific (and are Acked > by Michael), I'll queue them to shorten your series. I'll let > Paolo look at the rest. Thanks Philippe! -Zhao