From nobody Tue Nov 11 15:58:00 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.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 (zoho.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=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1564416655; cv=none; d=zoho.com; s=zohoarc; b=lHYE6tS9K0ZNewyCc7uVaheVXVI7BsAno4uYJSrQGmGyG45gCtV9Y9qFzcUSAWc76KoR0vnw5HrgYur5w6d+BESrhZZq9ioKHLkLhMBUkczeyBgtWRrdYkSeeVXKLOzGYA4si9kiwHip+NOmWrMqDf2snJM6qqawKFn9hyuL2zQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1564416655; 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:ARC-Authentication-Results; bh=JeIiu0pKhdj1XasfyRFDtbT2OI4dYzk5zrInFx7/HWc=; b=hL66w4PtGyq10xp1yRkBkxU8oGHX2VRozEdBEAaZPdD8kVPGqTVXRoKXCgQzDmbnZin4Kn9t3wymcI82fX2bNqAm99cfqvXVkRkc9+atXslyBpJO/yTdKXXh4xyXK2DUK6H8qLjttCNO1NJDrdjoEqQZsnZdLC9JfAInqscY3rU= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.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 1564416655423198.68147009274628; Mon, 29 Jul 2019 09:10:55 -0700 (PDT) Received: from localhost ([::1]:54892 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hs8Eg-0002iz-Gm for importer@patchew.org; Mon, 29 Jul 2019 12:10:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56014) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hs8Dw-0001lK-Nb for qemu-devel@nongnu.org; Mon, 29 Jul 2019 12:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hs8Dv-0006qA-QE for qemu-devel@nongnu.org; Mon, 29 Jul 2019 12:10:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46212) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hs8Dv-0006pS-LE for qemu-devel@nongnu.org; Mon, 29 Jul 2019 12:10:07 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CF619C09AD17; Mon, 29 Jul 2019 16:10:06 +0000 (UTC) Received: from localhost (ovpn-116-93.gru2.redhat.com [10.97.116.93]) by smtp.corp.redhat.com (Postfix) with ESMTP id EFC0E60856; Mon, 29 Jul 2019 16:10:05 +0000 (UTC) From: Eduardo Habkost To: Peter Maydell , qemu-devel@nongnu.org Date: Mon, 29 Jul 2019 13:09:59 -0300 Message-Id: <20190729160959.24364-2-ehabkost@redhat.com> In-Reply-To: <20190729160959.24364-1-ehabkost@redhat.com> References: <20190729160959.24364-1-ehabkost@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Mon, 29 Jul 2019 16:10:07 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PULL 1/1] i386: Fix Snowridge CPU model name and features 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 , Paul Lai , Eduardo Habkost , Richard Henderson 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" From: Paul Lai Changing the name to Snowridge from SnowRidge-Server. There is no client model of Snowridge, so "-Server" is unnecessary. Removing CPUID_EXT_VMX from Snowridge cpu feature list. Signed-off-by: Paul Lai Tested-by: Tao3 Xu Message-Id: <20190716155808.25010-1-paul.c.lai@intel.com> Signed-off-by: Eduardo Habkost --- target/i386/cpu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index e3320f5e92..19751e37a7 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -2472,7 +2472,7 @@ static X86CPUDefinition builtin_x86_defs[] =3D { .model_id =3D "Intel Xeon Processor (Icelake)", }, { - .name =3D "SnowRidge-Server", + .name =3D "Snowridge", .level =3D 27, .vendor =3D CPUID_VENDOR_INTEL, .family =3D 6, @@ -2490,7 +2490,6 @@ static X86CPUDefinition builtin_x86_defs[] =3D { CPUID_FXSR | CPUID_SSE | CPUID_SSE2, .features[FEAT_1_ECX] =3D CPUID_EXT_SSE3 | CPUID_EXT_PCLMULQDQ | CPUID_EXT_MONITOR | - CPUID_EXT_VMX | CPUID_EXT_SSSE3 | CPUID_EXT_CX16 | CPUID_EXT_SSE41 | --=20 2.18.0.rc1.1.g3f1ff2140