From nobody Fri May 3 19:16:00 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=1556183164; cv=none; d=zoho.com; s=zohoarc; b=j0HNnREHzrgs69ptx8bGei0nxOtbMownZr5T3kPIp4AGheSPWZh8yefFTm9DDjHtImsszJdTnPIoRdAFgHwsDJnM06lOqhgm/mc2QpGdLf5f2wNkk56bYJmstijei+PK5G/jt1EOl+0lp1Ux7CSat/vP3P9LQaFkyoYQpl7tleY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1556183164; h=Content-Type:Content-Transfer-Encoding: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=u0+ebWrF/HCyQ7W2DDHc9tqmMWgzO1VM58wcx7cW8xc=; b=aJPgqKpN7QA+50j01Uw/fQ/e0RU5v8O8EUA9G6nqKv7X+/dJkER6OAcuTPBAI84K8lVv9w0BMGMS+4u03tqmwvQdTsIcuLmFGvf40Qn2fTh1VAlWvNYRlx2CbNLTzaBmbI8lCuTfOUgvx/2ulU3wbLTR9Kz54hw/I7QBkVMhXgw= 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 1556183164602741.176799187285; Thu, 25 Apr 2019 02:06:04 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 29C3730BC73E; Thu, 25 Apr 2019 09:06:02 +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 682365D9C5; Thu, 25 Apr 2019 09:06:00 +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 EDEF441F3D; Thu, 25 Apr 2019 09:05:57 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x3P95uuE023298 for ; Thu, 25 Apr 2019 05:05:56 -0400 Received: by smtp.corp.redhat.com (Postfix) id 0BE5F16BF9; Thu, 25 Apr 2019 09:05:56 +0000 (UTC) Received: from virval.usersys.redhat.com (unknown [10.43.2.188]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D4E7C16BF8 for ; Thu, 25 Apr 2019 09:05:47 +0000 (UTC) Received: by virval.usersys.redhat.com (Postfix, from userid 500) id 53B93100963; Thu, 25 Apr 2019 11:05:46 +0200 (CEST) From: Jiri Denemark To: libvir-list@redhat.com Date: Thu, 25 Apr 2019 11:05:43 +0200 Message-Id: <24a5250c8670f35c7c8eb7d1c6b9f6a726267414.1556183143.git.jdenemar@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] cpu_map: Add support for cldemote CPU feature 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.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.43]); Thu, 25 Apr 2019 09:06:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Added in QEMU by v2.12.0-481-g0da0fb0628 (released in 3.0). Signed-off-by: Jiri Denemark Reviewed-by: J=C3=A1n Tomko --- src/cpu_map/x86_features.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cpu_map/x86_features.xml b/src/cpu_map/x86_features.xml index 02431bea29..efcc10b1ae 100644 --- a/src/cpu_map/x86_features.xml +++ b/src/cpu_map/x86_features.xml @@ -310,6 +310,9 @@ + + + =20 --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list