From: Michal Orzel Date: Fri, 20 Aug 2021 09:39:24 +0000 (+0200) Subject: xen/public: arch-arm: Add mention of argo_op hypercall X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~266 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a931e8e64af07bd333a31f3b71a3f8f3e7910857;p=xen.git xen/public: arch-arm: Add mention of argo_op hypercall 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 Reviewed-by: Christopher Clark Acked-by: Julien Grall --- 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: *