diff mbox series

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

Message ID 20210820093924.9991-1-michal.orzel@arm.com (mailing list archive)
State New, archived
Headers show
Series xen/public: arch-arm: Add mention of argo_op hypercall | expand

Commit Message

Michal Orzel Aug. 20, 2021, 9:39 a.m. UTC
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(+)

Comments

Christopher Clark Aug. 20, 2021, 5:33 p.m. UTC | #1
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
>
>
Julien Grall Aug. 24, 2021, 10:24 a.m. UTC | #2
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,
diff mbox series

Patch

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:
  *