From nobody Mon Apr 29 04:38:08 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1625135485060949.6230616634457; Thu, 1 Jul 2021 03:31:25 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.148603.274606 (Exim 4.92) (envelope-from ) id 1lytyK-0000LR-Uv; Thu, 01 Jul 2021 10:31:04 +0000 Received: by outflank-mailman (output) from mailman id 148603.274606; Thu, 01 Jul 2021 10:31:04 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1lytyK-0000LK-RQ; Thu, 01 Jul 2021 10:31:04 +0000 Received: by outflank-mailman (input) for mailman id 148603; Thu, 01 Jul 2021 10:31:03 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1lytyJ-0000LE-72 for xen-devel@lists.xenproject.org; Thu, 01 Jul 2021 10:31:03 +0000 Received: from mo4-p04-ob.smtp.rzone.de (unknown [85.215.255.120]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 113a42b9-ebec-470d-bd68-3ad1e2e5905c; Thu, 01 Jul 2021 10:31:01 +0000 (UTC) Received: from sender by smtp.strato.de (RZmta 47.28.1 AUTH) with ESMTPSA id 30791cx61AUo5ih (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Thu, 1 Jul 2021 12:30:50 +0200 (CEST) X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 113a42b9-ebec-470d-bd68-3ad1e2e5905c DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1625135451; s=strato-dkim-0002; d=aepfle.de; h=Message-Id:Date:Subject:Cc:To:From:Cc:Date:From:Subject:Sender; bh=Y/umBz55iRwFQy474jplT7NWH63BSvriXmAsJ0ambaI=; b=QzRhUIRiFIqv4idpt40UEApO3wutsIy7YRQVAentS+hsL8Q5twDr5JWtMRU9/9NOCV YbPh/E88DAcxEX0dMRu1ZsAIEZ0xWVbINPtXhUw1M8Y48/zU0xWM3gdEUaFHG7LV0JOG Luyr//yX04nTWjvlP/WtaSbVLb9gvRcK4lvWUv2hf1ZHErHAuLpni3atR2AvcoGopnFW +QeUSRrdUElcbHQYv6lDqMxnk+Ekj9JxFETjFbBaDZguLgzb3QRm54QOhzwDIql62x2O Zeq5tI+TcCyCOcgx1bpx7DyHmdzuJ5yF740b3fSFPl3z12GbgrLpOLVw+32LjhXmntvv PkFw== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":P2EQZWCpfu+qG7CngxMFH1J+3q8wa/QXkBR9MXjAuzpIG0mv9coXAg5lqlz7EsstGyDcxK3Mbajr+SQKopp1Cb0CyyaZQQ==" X-RZG-CLASS-ID: mo00 From: Olaf Hering To: xen-devel@lists.xenproject.org Cc: Olaf Hering , Ian Jackson , Wei Liu , Anthony PERARD , Juergen Gross Subject: [PATCH v1] tools: fix comment typo in libxl__cpuid_legacy Date: Thu, 1 Jul 2021 12:30:48 +0200 Message-Id: <20210701103048.971-1-olaf@aepfle.de> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Replace emualted with emulated. Signed-off-by: Olaf Hering Acked-by: Andrew Cooper --- tools/libs/light/libxl_cpuid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libs/light/libxl_cpuid.c b/tools/libs/light/libxl_cpuid.c index eb6feaa96d..b2c673841a 100644 --- a/tools/libs/light/libxl_cpuid.c +++ b/tools/libs/light/libxl_cpuid.c @@ -465,7 +465,7 @@ int libxl__cpuid_legacy(libxl_ctx *ctx, uint32_t domid,= bool restore, * isn't going to migrate, then the current hardware is all that matte= rs. * * Alternatively, an internal property of vTSC is that the values read= are - * invariant. Advertise ITSC when we know the domain will have emualt= ed + * invariant. Advertise ITSC when we know the domain will have emulat= ed * TSC everywhere it goes. */ itsc =3D (libxl_defbool_val(info->disable_migrate) ||