[PATCH] xen/public: arch-arm: Add mention of argo_op hypercall

Michal Orzel posted 1 patch 2 years, 8 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20210820093924.9991-1-michal.orzel@arm.com
xen/include/public/arch-arm.h | 2 ++
1 file changed, 2 insertions(+)
[PATCH] xen/public: arch-arm: Add mention of argo_op hypercall
Posted by Michal Orzel 2 years, 8 months ago
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 <michal.orzel@arm.com>
---
 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:
  *
-- 
2.29.0


Re: [PATCH] xen/public: arch-arm: Add mention of argo_op hypercall
Posted by Christopher Clark 2 years, 8 months ago
On Fri, Aug 20, 2021 at 2:39 AM Michal Orzel <michal.orzel@arm.com> wrote:

> 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 <michal.orzel@arm.com>
>

Thanks, Michal.
Reviewed-by: Christopher Clark <christopher.w.clark@gmail.com>

Christopher

---
>  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:
>   *
> --
> 2.29.0
>
>
Re: [PATCH] xen/public: arch-arm: Add mention of argo_op hypercall
Posted by Julien Grall 2 years, 8 months ago
Hi,

On 20/08/2021 18:33, Christopher Clark wrote:
> On Fri, Aug 20, 2021 at 2:39 AM Michal Orzel <michal.orzel@arm.com 
> <mailto:michal.orzel@arm.com>> wrote:
> 
>     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 <michal.orzel@arm.com
>     <mailto:michal.orzel@arm.com>>
> 
> 
> Thanks, Michal.
> Reviewed-by: Christopher Clark <christopher.w.clark@gmail.com 
> <mailto:christopher.w.clark@gmail.com>>

Acked-by: Julien Grall <jgrall@amazon.com>

And committed.

Cheers,

-- 
Julien Grall