From nobody Fri May 3 08:51:44 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1569534195; cv=none; d=zoho.com; s=zohoarc; b=Uzya8ne+s8QyzChT5ykhaYtmxg11mpLJ1W6IXr5//RXBznD4SOa3eGKDRV2sVf+2hF/45YSHYyXl5Onh51gHKM+OZT4RoGI8QyIKNNgF5RxUnvF2eNWfjfYtDY3rzqaDN2bReW1Mvh65MecTpvwxvUL0qn8XZl9LtaHV1jLnSOs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1569534195; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=NPFvnc7QGfcpRIGZs4pMAkUOY0ifhCM6KYLafQ7va2s=; b=Bo79prL5yw6br7oWUpk3fbYKksycz6Zt35kkpvn1AOp6+0NI6wPSdM+O+cYcPPSdlYRaXsC3sH8wA7bUea7UBHlQbXiQQisudzVlJ/vlyY8eiUNvK+whxkh2NRUZ2q9/S9Ong3gOBGa1HEoUWsAzt0pUgVE5igF2qRhyUlITtn4= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1569534195757859.8096316387538; Thu, 26 Sep 2019 14:43:15 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 35CEE8BA2DA; Thu, 26 Sep 2019 21:43:13 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BA6D45C220; Thu, 26 Sep 2019 21:43:12 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id D5BF44EBC9; Thu, 26 Sep 2019 21:43:11 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x8QLhAZl019327 for ; Thu, 26 Sep 2019 17:43:10 -0400 Received: by smtp.corp.redhat.com (Postfix) id 09E3E60F88; Thu, 26 Sep 2019 21:43:10 +0000 (UTC) Received: from localhost (ovpn-116-45.gru2.redhat.com [10.97.116.45]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9B52B60BE2; Thu, 26 Sep 2019 21:43:07 +0000 (UTC) From: Eduardo Habkost To: libvir-list@redhat.com Date: Thu, 26 Sep 2019 18:43:05 -0300 Message-Id: <20190926214305.17690-1-ehabkost@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Cc: Jiri Denemark Subject: [libvirt] [RFC] cpu_map: Remove pconfig from Icelake-Server CPU model X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.68]); Thu, 26 Sep 2019 21:43:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" The pconfig feature never worked, and adding "pconfig=3Doff" to the QEMU command-line triggers a regression in QEMU 3.1.1 and 4.0.0. Signed-off-by: Eduardo Habkost --- I'm sending this as an RFC because I couldn't test it properly, and because I don't know what are the consequences of changing cpu_map between libvirt versions. --- src/cpu_map/x86_Icelake-Server.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cpu_map/x86_Icelake-Server.xml b/src/cpu_map/x86_Icelake-S= erver.xml index fb15977a59..188a781282 100644 --- a/src/cpu_map/x86_Icelake-Server.xml +++ b/src/cpu_map/x86_Icelake-Server.xml @@ -56,7 +56,9 @@ - + --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list