From nobody Fri Apr 19 01:05:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 216.205.24.124 as permitted sender) client-ip=216.205.24.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 216.205.24.124 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=1602240458; cv=none; d=zohomail.com; s=zohoarc; b=bSjWNeGp8hSEWiNE/TpbyCwXza0wxSTVsRGVAUGRhnWIUrQ4QDO1EzPjGUU9xhok/9WFnwG+LlVJRvHnX5TyBTbdBIAFEmgoBnpP9wRvKQUPuTrTuUw8w9Lhwsnkoq3bkxG88VJ8Iu+7QWCSEWvWZ3+3D63bvIP8QfY8Z80q+R4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1602240458; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=zjE6BpiFFDSvjKm2L0j6thvVCWe6XX9DhF1SQH45v28=; b=mEt1v7yMAfWA55AbLoNJclhXt8BthFxgTvipVN9mq/XBOMCug1Wv55gaYBRPamXncLUVFrtGAucG1K3oZaGydQZVtCj02naEnl+RKbOnYcgO6ARBmMnrIt56Jy6sf8UiqnIXjLqQIA8GALUNsYUw9QDsQtztm7luWWA5Old+NmA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 216.205.24.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.zohomail.com with SMTPS id 1602240458785801.2001788954753; Fri, 9 Oct 2020 03:47:38 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-353-PcXloEaiMFGNFEmAB6yWQA-1; Fri, 09 Oct 2020 06:47:35 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7D18B18C89C0; Fri, 9 Oct 2020 10:47:29 +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 1008455768; Fri, 9 Oct 2020 10:47:29 +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 6B6018C7D2; Fri, 9 Oct 2020 10:47:28 +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 099AlQvp017761 for ; Fri, 9 Oct 2020 06:47:26 -0400 Received: by smtp.corp.redhat.com (Postfix) id 9A0A560E1C; Fri, 9 Oct 2020 10:47:26 +0000 (UTC) Received: from work.redhat.com (ovpn-112-154.ams2.redhat.com [10.36.112.154]) by smtp.corp.redhat.com (Postfix) with ESMTP id BECC060BFA; Fri, 9 Oct 2020 10:47:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602240457; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=zjE6BpiFFDSvjKm2L0j6thvVCWe6XX9DhF1SQH45v28=; b=R80focrOwgoDKiTjcJtgAG+KYxGQmlilpGJcTglzRd1NSNUMbdjueP6oZM3i6eL1SxUmPN 9CagViBC2hcRs58J4rmUr9+vBDnj/QIcLwf69i2f/mr9vGVQgPMT/DvnLk9C4ChHsDzeGT X8+bWo5EDBMDRrpAEWaJBRKPDIC4Ipk= X-MC-Unique: PcXloEaiMFGNFEmAB6yWQA-1 From: Tim Wiederhake To: libvir-list@redhat.com Subject: [libvirt PATCH 1/4] tests: Remove references to "cpu_map.xml" in the code Date: Fri, 9 Oct 2020 12:47:17 +0200 Message-Id: <20201009104720.52397-2-twiederh@redhat.com> In-Reply-To: <20201009104720.52397-1-twiederh@redhat.com> References: <20201009104720.52397-1-twiederh@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Cc: Tim Wiederhake 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: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" "cpu_map.xml" was moved to a directory "cpu_map" and split up into several files. Signed-off-by: Tim Wiederhake Reviewed-by: Jiri Denemark --- tests/cputest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cputest.c b/tests/cputest.c index bf5ce84aa7..87ad5825b8 100644 --- a/tests/cputest.c +++ b/tests/cputest.c @@ -817,8 +817,8 @@ cpuTestUpdateLive(const void *arg) if (!(expected =3D cpuTestLoadXML(data->arch, expectedFile))) goto cleanup; =20 - /* In case the host CPU signature does not exactly match any CPU model= from - * cpu_map.xml, the CPU model we detect from CPUID may differ from the= one + /* In case the host CPU signature does not exactly match any CPU model= in + * src/cpu_map, the CPU model we detect from CPUID may differ from the= one * we compute by asking QEMU. Since this test expands both CPU models = and * compares their features, we can try to translate the 'actual' CPU to * use the CPU model from 'expected'. --=20 2.26.2 From nobody Fri Apr 19 01:05:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 63.128.21.124 as permitted sender) client-ip=63.128.21.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 63.128.21.124 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=1602240543; cv=none; d=zohomail.com; s=zohoarc; b=chGMMT9YieJCs6BfFy+SSW4HBRUlOu0D6Eh53GOm7IN2ymYyp28ugUkPLkCF/1fBzzbwie+3mZ8HRIWli9tkqiWLzR2i1qpIWRqcXqZPSwjpdb2w0PtI+41TvFKUBq7nHeZVXgIJBS9Lq6SA23246f/HtBQAFMdvs/FYn43nnXs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1602240543; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=D6WJY72iDiyAe7UjpYqNux8ehFSUVfrNe8JAXg3dopg=; b=jRQX4c9jcnI7+oyZ7unjSWVbxVxALaQCAk2/AzL7awlJncXxhnnL/2KGXujUwo5v/ccUSgHC8x7lcVE4ewtBnLpX2V4BvOyaO+aA8yexbRKEJLPkdlXLCw4OB44mt1WChzLf1W0MaK+sijf8sz4ArDW4y0CZeutyuxxRT2ClmHA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 63.128.21.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.zohomail.com with SMTPS id 1602240543977225.62022869872374; Fri, 9 Oct 2020 03:49:03 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-418-8LBB4AOePkOnFCscojBrlg-1; Fri, 09 Oct 2020 06:47:43 -0400 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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id C9E0C18C89C0; Fri, 9 Oct 2020 10:47:37 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A2DCF5C1D0; Fri, 9 Oct 2020 10:47:37 +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 6602A18408AC; Fri, 9 Oct 2020 10:47:37 +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 099AlR4B017771 for ; Fri, 9 Oct 2020 06:47:27 -0400 Received: by smtp.corp.redhat.com (Postfix) id AB28C60E1C; Fri, 9 Oct 2020 10:47:27 +0000 (UTC) Received: from work.redhat.com (ovpn-112-154.ams2.redhat.com [10.36.112.154]) by smtp.corp.redhat.com (Postfix) with ESMTP id EDA2360BFA; Fri, 9 Oct 2020 10:47:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602240542; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=D6WJY72iDiyAe7UjpYqNux8ehFSUVfrNe8JAXg3dopg=; b=EsmO1hDbAe21wUpCiVncj5Sn2XCXQVFMus62EurF1gK+ji32duYmoDe/v6rYiAbIsnwhrj O0tEYW62kMaHDHYJeRE2jmAkrOYSurIKQz692Wrf1m9wwce7wAp768iVXCRlNFa0lkwouY Zk67U7TSFgH9iikX7Tah+CB5k3aOpvw= X-MC-Unique: 8LBB4AOePkOnFCscojBrlg-1 From: Tim Wiederhake To: libvir-list@redhat.com Subject: [libvirt PATCH 2/4] qemu: Remove references to "cpu_map.xml" in the code Date: Fri, 9 Oct 2020 12:47:18 +0200 Message-Id: <20201009104720.52397-3-twiederh@redhat.com> In-Reply-To: <20201009104720.52397-1-twiederh@redhat.com> References: <20201009104720.52397-1-twiederh@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Cc: Tim Wiederhake 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: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" "cpu_map.xml" was moved to a directory "cpu_map" and split up into several files. Signed-off-by: Tim Wiederhake Reviewed-by: Jiri Denemark --- src/qemu/qemu_capabilities.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index 38b901a6c4..02136fd3b3 100644 --- a/src/qemu/qemu_capabilities.c +++ b/src/qemu/qemu_capabilities.c @@ -3072,7 +3072,7 @@ virQEMUCapsProbeQMPHostCPU(virQEMUCapsPtr qemuCaps, =20 cpu->model =3D g_strdup(model); =20 - /* Some x86_64 features defined in cpu_map.xml use spelling which diff= er + /* Some x86_64 features defined in src/cpu_map/ use spelling which dif= fer * from the one preferred by QEMU. Static expansion would give us only= the * preferred spelling. With new QEMU we always use the QEMU's canonical * names of all features and translate between them and our names. But= for --=20 2.26.2 From nobody Fri Apr 19 01:05:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 216.205.24.124 as permitted sender) client-ip=216.205.24.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 216.205.24.124 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=1602240460; cv=none; d=zohomail.com; s=zohoarc; b=VM1/pneCR2+nz6aQPsYdvLHtWVv4H8YFDXB5KOGdAbZOG1uY7GjRd92G1D/q7cVHyuGnFTzBdVng8v17xMf8i05qPGB3R9O1SIAU/SGcAeikAPpvZ8iD2FmaulOkYxjeP1LjGUqlAcY+uetaqNKOGscNHRX55eyIXe9lrJ88zTM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1602240460; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=BAQDT+Wbq9nA/YvjAf9qyntz5XMDubcI0JC4o7t9+fc=; b=CJKgCYFG2pcgxf5xLMZbNsF2npCWUgB2qbRNFbM2EJPUHl9YAb8YadGSQX++mvIORkFxA/Aic50CbA+szpRuKcqZOksJ1QQ6KrXIfHEYr+KfOnrUTAMrHUxw+TR+kBFv2sDYntSMGKnz7PfufXePZ0oKsOwheCaf3kbCR6oaxnw= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 216.205.24.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.zohomail.com with SMTPS id 1602240460078577.0901592651918; Fri, 9 Oct 2020 03:47:40 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-539-dSnBRHI5OGSp58LfqKzwXA-1; Fri, 09 Oct 2020 06:47:36 -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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4C834835B48; Fri, 9 Oct 2020 10:47:31 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2C13B6EF66; Fri, 9 Oct 2020 10:47:31 +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 EA12218408A1; Fri, 9 Oct 2020 10:47:30 +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 099AlS1B017782 for ; Fri, 9 Oct 2020 06:47:28 -0400 Received: by smtp.corp.redhat.com (Postfix) id C0C5E61177; Fri, 9 Oct 2020 10:47:28 +0000 (UTC) Received: from work.redhat.com (ovpn-112-154.ams2.redhat.com [10.36.112.154]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0D17060BFA; Fri, 9 Oct 2020 10:47:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602240458; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=BAQDT+Wbq9nA/YvjAf9qyntz5XMDubcI0JC4o7t9+fc=; b=RsaX+v5/ct1MbIUYq9jrR45760CbUlU4mAjllJ04hsa+3F7uSFryEoKtkyb+DWabswWqmt da+bBFlvOHlY+a11qq99xLiHjNHep60X+iyHNWCezi7BkCkZeGQEpAvhqsvAnErWr/mifc tYkbjsEioTtqUwqMgVANE/hOWr7QrUU= X-MC-Unique: dSnBRHI5OGSp58LfqKzwXA-1 From: Tim Wiederhake To: libvir-list@redhat.com Subject: [libvirt PATCH 3/4] docs: Remove references to "cpu_map.xml" in the documentation Date: Fri, 9 Oct 2020 12:47:19 +0200 Message-Id: <20201009104720.52397-4-twiederh@redhat.com> In-Reply-To: <20201009104720.52397-1-twiederh@redhat.com> References: <20201009104720.52397-1-twiederh@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Cc: Tim Wiederhake 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: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" "cpu_map.xml" was moved to a directory "cpu_map" and split up into several files. Signed-off-by: Tim Wiederhake Reviewed-by: Jiri Denemark --- docs/formatdomain.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index cc4f91d4ea..0ffb1b7196 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -1361,7 +1361,7 @@ In case no restrictions need to be put on CPU model a= nd its features, a simpler ``model`` The content of the ``model`` element specifies CPU model requested by t= he guest. The list of available CPU models and their definition can be fou= nd in - ``cpu_map.xml`` file installed in libvirt's data directory. If a hyperv= isor + directory ``cpu_map``, installed in libvirt's data directory. If a hype= rvisor is not able to use the exact CPU model, libvirt automatically falls bac= k to a closest model supported by the hypervisor while maintaining the list of= CPU features. :since:`Since 0.9.10` , an optional ``fallback`` attribute ca= n be @@ -1376,7 +1376,7 @@ In case no restrictions need to be put on CPU model a= nd its features, a simpler :since:`Since 0.8.3` the content of the ``vendor`` element specifies CPU vendor requested by the guest. If this element is missing, the guest ca= n be run on a CPU matching given features regardless on its vendor. The list= of - supported vendors can be found in ``cpu_map.xml``. + supported vendors can be found in ``cpu_map/*_vendors.xml``. ``topology`` The ``topology`` element specifies requested topology of virtual CPU pr= ovided to the guest. Four attributes, ``sockets``, ``dies``, ``cores``, and --=20 2.26.2 From nobody Fri Apr 19 01:05:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 63.128.21.124 as permitted sender) client-ip=63.128.21.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 63.128.21.124 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=1602240468; cv=none; d=zohomail.com; s=zohoarc; b=T7tKgh6kJyT436r1AOCM4lzEgvSddpUbtX+56IQfWQt7eW8p4u9vMFStnB6rm6iZAKvQEA7iMAOk21EFtHPLXiSJl7sdHMWvGQ+IPpquw9lvV9NlUKaHN+hzm0GMKODUbJrnlDGe47sIzFsh84HLEGKjrm0ps3Qbk+yes7EMDz8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1602240468; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=m6BwDbWYXCoLhBachvVOspU98lZbVeD1TA0SIxrX2Jc=; b=cSxWmlkStL5sZjLBGBfEAlCagmW72bx15oq7KgW/UHr6J3F1Tpqe8VBMbq52fKFOU7+76ESd0XxtlK4irZyB3iLnU5VysB7qK72A1jL9U07mHPAgba2rIx12iE8C+1wg/tevzdsVNzkoik70T6kmmLDwZ6NK0gj9GzGeNA0I8Gk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 63.128.21.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.zohomail.com with SMTPS id 1602240468629770.0423898097999; Fri, 9 Oct 2020 03:47:48 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-342-i-i-KtIZOAuzUjGrU5Hopg-1; Fri, 09 Oct 2020 06:47:45 -0400 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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id DC28F835B48; Fri, 9 Oct 2020 10:47:39 +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 BA2D65D9E8; Fri, 9 Oct 2020 10:47:39 +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 8A0678C7D6; Fri, 9 Oct 2020 10:47:39 +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 099AlTSG017788 for ; Fri, 9 Oct 2020 06:47:29 -0400 Received: by smtp.corp.redhat.com (Postfix) id D621F1EA; Fri, 9 Oct 2020 10:47:29 +0000 (UTC) Received: from work.redhat.com (ovpn-112-154.ams2.redhat.com [10.36.112.154]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2940C61177; Fri, 9 Oct 2020 10:47:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602240467; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=m6BwDbWYXCoLhBachvVOspU98lZbVeD1TA0SIxrX2Jc=; b=KiPIAqea9AFlzraYoQUdHZ40zO/IKTKApNhmwSrutlLWxrr9Tfp+xpojH4S06yn79KVlKW kEYtRAbENQOJHqpL5cog1zvv7CoV6WUppa7gs4STumkAnmJoIs+DgacC4HBmnZkhpvdpzE JmmZF3WlvOMRMkedQ5IclaQVpSomJMg= X-MC-Unique: i-i-KtIZOAuzUjGrU5Hopg-1 From: Tim Wiederhake To: libvir-list@redhat.com Subject: [libvirt PATCH 4/4] doc: Fix element name in description of "feature" Date: Fri, 9 Oct 2020 12:47:20 +0200 Message-Id: <20201009104720.52397-5-twiederh@redhat.com> In-Reply-To: <20201009104720.52397-1-twiederh@redhat.com> References: <20201009104720.52397-1-twiederh@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Cc: Tim Wiederhake 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: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" Actual change is "s/``elements``/``feature`` elements/", rest is reflow. Signed-off-by: Tim Wiederhake Reviewed-by: Jiri Denemark --- docs/formatdomain.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 0ffb1b7196..df5ac28028 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -1388,11 +1388,11 @@ In case no restrictions need to be put on CPU model= and its features, a simpler of vCPUs specified by the ``cpus`` element equals to the number of vcpus resulting from the topology. ``feature`` - The ``cpu`` element can contain zero or more ``elements`` used to fine-= tune - features provided by the selected CPU model. The list of known feature = names - can be found in the same file as CPU models. The meaning of each ``feat= ure`` - element depends on its ``policy`` attribute, which has to be set to one= of - the following values: + The ``cpu`` element can contain zero or more ``feature`` elements used = to + fine-tune features provided by the selected CPU model. The list of known + feature names can be found in the same file as CPU models. The meaning = of + each ``feature`` element depends on its ``policy`` attribute, which has= to be + set to one of the following values: =20 ``force`` The virtual CPU will claim the feature is supported regardless of it= being --=20 2.26.2