From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 143803C23 for ; Mon, 15 Jan 2024 06:00:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="kkqpN052" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1705298402; x=1736834402; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=w64qKTKqo3JjtN7Wzl4g1zomYMWAQrjH+M5UN+xmLlU=; b=kkqpN052bhsV8qX1H6nZSESwDws+5dCtP8XHASiGMMJ2ItVGQtxvhyFk F80UfIQwB0ZrAcb5IaAFcRgP/o6GuhCKPwmkyYU1FR12WNKNKx4aDr+YF mZjwbJKr+vc4QVknvQlgxKDWzY5zTYDRbYK4Q2Yrh2vWPEOST4hIpBEQA FJ+BO64Nw3yY6n0bDdfmofSxf1Zwe/Y37SHHLgy47TlG/Lipust52mrmo nzIiwCvK3qUFaCU6rX74RzcwNHdL5GIJpafLy9j0c53w0jb6jOgczJCD7 CfeB7+rb/A2FZAhhADAScGShVHrnhZjOZbGoGqFgGhaFslNMfH7Xy5Vtq w==; X-IronPort-AV: E=McAfee;i="6600,9927,10953"; a="6634058" X-IronPort-AV: E=Sophos;i="6.04,195,1695711600"; d="scan'208";a="6634058" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2024 22:00:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10953"; a="733210976" X-IronPort-AV: E=Sophos;i="6.04,195,1695711600"; d="scan'208";a="733210976" Received: from liuzhao-optiplex-7080.sh.intel.com (HELO localhost) ([10.239.160.36]) by orsmga003.jf.intel.com with ESMTP; 14 Jan 2024 21:59:56 -0800 Date: Mon, 15 Jan 2024 14:12:54 +0800 From: Zhao Liu To: Xiaoyao Li Cc: Yuan Yao , Eduardo Habkost , Marcel Apfelbaum , "Michael S . Tsirkin" , Richard Henderson , Paolo Bonzini , Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org, Zhenyu Wang , Zhuocheng Ding , Zhao Liu , Babu Moger , Yongwei Ma Subject: Re: [PATCH v7 08/16] i386: Expose module level in CPUID[0x1F] Message-ID: References: <20240108082727.420817-1-zhao1.liu@linux.intel.com> <20240108082727.420817-9-zhao1.liu@linux.intel.com> <20240115032524.44q5ygb25ieut44c@yy-desk-7060> <336a4816-966d-42b0-b34b-47be3e41446d@intel.com> Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <336a4816-966d-42b0-b34b-47be3e41446d@intel.com> Hi Xiaoyao, On Mon, Jan 15, 2024 at 12:34:12PM +0800, Xiaoyao Li wrote: > Date: Mon, 15 Jan 2024 12:34:12 +0800 > From: Xiaoyao Li > Subject: Re: [PATCH v7 08/16] i386: Expose module level in CPUID[0x1F] > > > Yes, I think it's time to move to default 0x1f. > > we don't need to do so until it's necessary. Recent and future machines all support 0x1f, and at least SDM has emphasized the preferred use of 0x1f. Thanks, Zhao