From nobody Thu Nov 13 22:08:31 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1582794494; cv=none; d=zohomail.com; s=zohoarc; b=lAV8nPufpOC3xioqj9huoFvI+2+ng7iS2h0tvJHvlFrxBU5MCzIe6pgFfgwn0M3qNrsgLlE0se+DQq1bFRGk/AGEdPV6QMhib6CqXQUr+YYz3PBNh54acmIoARnbk+cSMLN+uvI/do6jcpE3sX0pqffhJaizRo0RLWF2hyuHAl0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1582794494; h=Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=YPUtCL7aDmTsbZHV68BTzzppxI9eYq1ebRJrIFxIvag=; b=nZnPTO3MdMJ3+2Fkpk0MovzcimxYpbBvvB0c9OQoE6LctVr61RBcLGycZuIM5aC+8Ql0vA4PzE6fLo9LSDnQO1McdM8wPY7C0/J80/lPq+NkX1xudX/KC3v3w5BUxHTij1Ie5GAA4rgxg3r8BZ37jtoed08P2a6WmP7zh0GHCFk= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1582794494059453.21417997811807; Thu, 27 Feb 2020 01:08:14 -0800 (PST) Received: from localhost ([::1]:55762 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7F9R-0004CL-16 for importer@patchew.org; Thu, 27 Feb 2020 04:08:13 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38701) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7F8b-0002vi-B1 for qemu-devel@nongnu.org; Thu, 27 Feb 2020 04:07:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7F8a-0005gk-94 for qemu-devel@nongnu.org; Thu, 27 Feb 2020 04:07:21 -0500 Received: from mga12.intel.com ([192.55.52.136]:30319) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j7F8a-0005dY-13 for qemu-devel@nongnu.org; Thu, 27 Feb 2020 04:07:20 -0500 Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Feb 2020 01:07:15 -0800 Received: from chenyi-pc.sh.intel.com ([10.239.159.72]) by fmsmga004.fm.intel.com with ESMTP; 27 Feb 2020 01:07:14 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,491,1574150400"; d="scan'208";a="261401294" From: Chenyi Qiang To: Paolo Bonzini , Richard Henderson Subject: [PATCH 3/3] target/i386: modify Icelake-Client and Icelake-Server CPU model number Date: Thu, 27 Feb 2020 17:08:08 +0800 Message-Id: <20200227090808.17686-4-chenyi.qiang@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200227090808.17686-1-chenyi.qiang@intel.com> References: <20200227090808.17686-1-chenyi.qiang@intel.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.55.52.136 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: Xiaoyao Li , qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" According to the Intel Icelake family list, Icelake-Client uses model number 126(0x7D) and Icelake-Server uses model number 106(0x6A). Reviewed-by: Xiaoyao Li Signed-off-by: Chenyi Qiang --- target/i386/cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index c0be0f83b4..b43a479528 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -3276,7 +3276,7 @@ static X86CPUDefinition builtin_x86_defs[] =3D { .level =3D 0xd, .vendor =3D CPUID_VENDOR_INTEL, .family =3D 6, - .model =3D 126, + .model =3D 125, .stepping =3D 0, .features[FEAT_1_EDX] =3D CPUID_VME | CPUID_SSE2 | CPUID_SSE | CPUID_FXSR | CPUID_MMX | @@ -3389,7 +3389,7 @@ static X86CPUDefinition builtin_x86_defs[] =3D { .level =3D 0xd, .vendor =3D CPUID_VENDOR_INTEL, .family =3D 6, - .model =3D 134, + .model =3D 106, .stepping =3D 0, .features[FEAT_1_EDX] =3D CPUID_VME | CPUID_SSE2 | CPUID_SSE | CPUID_FXSR | CPUID_MMX | --=20 2.17.1