From nobody Fri Nov 7 11:36:40 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1539152122875739.5645228191614; Tue, 9 Oct 2018 23:15:22 -0700 (PDT) Received: from localhost ([::1]:54978 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gA7mD-0004WL-Qk for importer@patchew.org; Wed, 10 Oct 2018 02:15:21 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gA7iY-00027m-LN for qemu-devel@nongnu.org; Wed, 10 Oct 2018 02:11:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gA7iW-0008FN-0I for qemu-devel@nongnu.org; Wed, 10 Oct 2018 02:11:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51682) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gA7iV-0007dD-NI for qemu-devel@nongnu.org; Wed, 10 Oct 2018 02:11:31 -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 mx1.redhat.com (Postfix) with ESMTPS id 8D24F88319 for ; Wed, 10 Oct 2018 06:11:15 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-50.ams2.redhat.com [10.36.116.50]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E2FC617504; Wed, 10 Oct 2018 06:11:14 +0000 (UTC) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id 415FB1132D75; Wed, 10 Oct 2018 08:11:13 +0200 (CEST) From: Markus Armbruster To: qemu-devel@nongnu.org Date: Wed, 10 Oct 2018 08:11:10 +0200 Message-Id: <20181010061113.6057-3-armbru@redhat.com> In-Reply-To: <20181010061113.6057-1-armbru@redhat.com> References: <20181010061113.6057-1-armbru@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Wed, 10 Oct 2018 06:11:15 +0000 (UTC) Content-Transfer-Encoding: quoted-printable 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 2/5] qapi/misc.json: Remove superfluous words in CpuModelExpansionType X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kashyap Chamarthy Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RDMRC_1 RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" From: Kashyap Chamarthy Remove repetition of 'independent of'. While at it, s/QMU/QEMU in @CpuDefinitionInfo. Signed-off-by: Kashyap Chamarthy Message-Id: <20181003104605.8477-1-kchamart@redhat.com> Reviewed-by: Marc-Andr=C3=A9 Lureau Reviewed-by: Eric Blake Reviewed-by: Eduardo Habkost [Commit message updated as requested by Kashyap] Signed-off-by: Markus Armbruster --- qapi/misc.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/qapi/misc.json b/qapi/misc.json index ada9af5add..f98de3a58c 100644 --- a/qapi/misc.json +++ b/qapi/misc.json @@ -2017,7 +2017,7 @@ # # @migration-safe: whether a CPU definition can be safely used for # migration in combination with a QEMU compatibility mach= ine -# when migrating between different QMU versions and betwe= en +# when migrating between different QEMU versions and betw= een # hosts with different sets of (hardware or software) # capabilities. If not provided, information is not avail= able # and callers should not assume the CPU definition to be @@ -2126,11 +2126,11 @@ # @static: Expand to a static CPU model, a combination of a static base # model name and property delta changes. As the static base model= will # never change, the expanded CPU model will be the same, independ= ent of -# independent of QEMU version, machine type, machine options, and -# accelerator options. Therefore, the resulting model can be used= by -# tooling without having to specify a compatibility machine - e.g= . when -# displaying the "host" model. static CPU models are migration-sa= fe. -# +# QEMU version, machine type, machine options, and accelerator op= tions. +# Therefore, the resulting model can be used by tooling without h= aving +# to specify a compatibility machine - e.g. when displaying the "= host" +# model. The @static CPU models are migration-safe. + # @full: Expand all properties. The produced model is not guaranteed to be # migration-safe, but allows tooling to get an insight and work with # model details. --=20 2.17.1