From nobody Sun May 5 03:34:57 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; 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; dmarc=fail(p=none dis=none) header.from=arm.com Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1629452393717252.56637258983585; Fri, 20 Aug 2021 02:39:53 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.169388.309408 (Exim 4.92) (envelope-from ) id 1mH0zy-0002A7-R9; Fri, 20 Aug 2021 09:39:38 +0000 Received: by outflank-mailman (output) from mailman id 169388.309408; Fri, 20 Aug 2021 09:39:38 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1mH0zy-0002A0-NG; Fri, 20 Aug 2021 09:39:38 +0000 Received: by outflank-mailman (input) for mailman id 169388; Fri, 20 Aug 2021 09:39:37 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1mH0zx-00029r-LT for xen-devel@lists.xenproject.org; Fri, 20 Aug 2021 09:39:37 +0000 Received: from foss.arm.com (unknown [217.140.110.172]) by us1-rack-iad1.inumbo.com (Halon) with ESMTP id 22d96068-bebb-4776-9e54-07b8a04534a3; Fri, 20 Aug 2021 09:39:36 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B881B1042; Fri, 20 Aug 2021 02:39:35 -0700 (PDT) Received: from e123311-lin.arm.com (unknown [10.57.15.69]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7A3023F40C; Fri, 20 Aug 2021 02:39:34 -0700 (PDT) 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: 22d96068-bebb-4776-9e54-07b8a04534a3 From: Michal Orzel To: xen-devel@lists.xenproject.org Cc: Stefano Stabellini , Julien Grall , Volodymyr Babchuk , bertrand.marquis@arm.com, christopher.w.clark@gmail.com Subject: [PATCH] xen/public: arch-arm: Add mention of argo_op hypercall Date: Fri, 20 Aug 2021 11:39:24 +0200 Message-Id: <20210820093924.9991-1-michal.orzel@arm.com> X-Mailer: git-send-email 2.29.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1629452395622100001 Content-Type: text/plain; charset="utf-8" Commit 1ddc0d43c20cb1c1125d4d6cefc78624b2a9ccb7 introducing argo_op hypercall forgot to add a mention of it in the comment listing supported hypercalls. Fix that. Signed-off-by: Michal Orzel Acked-by: Julien Grall Reviewed-by: Christopher Clark --- xen/include/public/arch-arm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/include/public/arch-arm.h b/xen/include/public/arch-arm.h index 64a2ca30da..6b5a5f818a 100644 --- a/xen/include/public/arch-arm.h +++ b/xen/include/public/arch-arm.h @@ -128,6 +128,8 @@ * * VCPUOP_register_vcpu_info * * VCPUOP_register_runstate_memory_area * + * HYPERVISOR_argo_op + * All generic sub-operations * * Other notes on the ARM ABI: * --=20 2.29.0