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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 CFE38C3F2C6 for ; Fri, 28 Feb 2020 00:31:04 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id A8F0424691 for ; Fri, 28 Feb 2020 00:31:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A8F0424691 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:40010 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7TYV-000666-Tq for qemu-devel@archiver.kernel.org; Thu, 27 Feb 2020 19:31:03 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41748) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7TXw-0005eG-Dc for qemu-devel@nongnu.org; Thu, 27 Feb 2020 19:30:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7TXu-0005Tx-PE for qemu-devel@nongnu.org; Thu, 27 Feb 2020 19:30:27 -0500 Received: from mga05.intel.com ([192.55.52.43]:56255) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j7TXu-0005TM-FT for qemu-devel@nongnu.org; Thu, 27 Feb 2020 19:30:26 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Feb 2020 16:30:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,493,1574150400"; d="scan'208";a="232376433" Received: from cqiang-mobl.ccr.corp.intel.com (HELO [10.238.4.174]) ([10.238.4.174]) by fmsmga008.fm.intel.com with ESMTP; 27 Feb 2020 16:30:20 -0800 Subject: Re: [PATCH 3/3] target/i386: modify Icelake-Client and Icelake-Server CPU model number To: Jack Wang References: <20200227090808.17686-1-chenyi.qiang@intel.com> <20200227090808.17686-4-chenyi.qiang@intel.com> From: Chenyi Qiang Message-ID: <11f9943c-ba2c-219a-3878-c0e5d02cfdc7@intel.com> Date: Fri, 28 Feb 2020 08:30:20 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.55.52.43 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paolo Bonzini , Xiaoyao Li , qemu-devel@nongnu.org, Richard Henderson Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On 2/27/2020 5:48 PM, Jack Wang wrote: > Chenyi Qiang 于2020年2月27日周四 上午10:07写道: >> >> According to the Intel Icelake family list, Icelake-Client uses model >> number 126(0x7D) > 0x7D is 125 in hex, so the commit message needs to be fixed. > Sorry, my mistake. > > Cheers > Jack Wang >