From patchwork Thu Jul 1 10:30:48 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olaf Hering X-Patchwork-Id: 12353925 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3A284C11F64 for ; Thu, 1 Jul 2021 10:31:19 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D8AE761422 for ; Thu, 1 Jul 2021 10:31:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D8AE761422 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=aepfle.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org 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 X-Outflank-Mailman: Message body and most headers restored to incoming version 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-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 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 matters. * * Alternatively, an internal property of vTSC is that the values read are - * invariant. Advertise ITSC when we know the domain will have emualted + * invariant. Advertise ITSC when we know the domain will have emulated * TSC everywhere it goes. */ itsc = (libxl_defbool_val(info->disable_migrate) ||