[for-4.18][PATCH v2] xen/public: arch-arm: Update list of supported hypercalls

Michal Orzel posted 1 patch 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20231006125220.23140-1-michal.orzel@amd.com
xen/include/public/arch-arm.h | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
[for-4.18][PATCH v2] xen/public: arch-arm: Update list of supported hypercalls
Posted by Michal Orzel 7 months ago
The list is out of date and does not specify all the hypercalls/sub-ops
we support, so update it.

Signed-off-by: Michal Orzel <michal.orzel@amd.com>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
Acked-by: Julien Grall <jgrall@amazon.com>
---
Changes in v2:
 - explicitly list dm_op sub-ops
 - add Julien's Ab, Henry's Rab
---
 xen/include/public/arch-arm.h | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/xen/include/public/arch-arm.h b/xen/include/public/arch-arm.h
index 6a4467e8f5d1..a25e87dbda3a 100644
--- a/xen/include/public/arch-arm.h
+++ b/xen/include/public/arch-arm.h
@@ -104,6 +104,7 @@
  *   Exactly these sub-operations are supported:
  *    * HVMOP_set_param
  *    * HVMOP_get_param
+ *    * HVMOP_guest_request_vm_event
  *
  *  HYPERVISOR_grant_table_op
  *   All generic sub-operations
@@ -116,6 +117,32 @@
  *  HYPERVISOR_argo_op
  *   All generic sub-operations
  *
+ *  HYPERVISOR_hypfs_op
+ *   All generic sub-operations
+ *
+ *  HYPERVISOR_platform_op
+ *   Exactly these sub-operations are supported:
+ *    * XENPF_settime64
+ *
+ *  HYPERVISOR_vm_assist
+ *   All generic sub-operations
+ *
+ *  HYPERVISOR_dm_op
+ *   Exactly these sub-operations are supported:
+ *    * XEN_DMOP_create_ioreq_server
+ *    * XEN_DMOP_get_ioreq_server_info
+ *    * XEN_DMOP_map_io_range_to_ioreq_server
+ *    * XEN_DMOP_unmap_io_range_from_ioreq_server
+ *    * XEN_DMOP_set_ioreq_server_state
+ *    * XEN_DMOP_destroy_ioreq_server
+ *    * XEN_DMOP_set_irq_level
+ *    * XEN_DMOP_nr_vcpus
+ *
+ *  HYPERVISOR_xsm_op
+ *   All generic sub-operations
+ *
+ *  HYPERVISOR_multicall
+ *
  * Other notes on the ARM ABI:
  *
  * - struct start_info is not exported to ARM guests.
-- 
2.25.1
Re: [for-4.18][PATCH v2] xen/public: arch-arm: Update list of supported hypercalls
Posted by Julien Grall 6 months, 3 weeks ago
Hi,

On 06/10/2023 13:52, Michal Orzel wrote:
> The list is out of date and does not specify all the hypercalls/sub-ops
> we support, so update it.
> 
> Signed-off-by: Michal Orzel <michal.orzel@amd.com>
> Release-acked-by: Henry Wang <Henry.Wang@arm.com>
> Acked-by: Julien Grall <jgrall@amazon.com>

It is now committed.

Cheers,

-- 
Julien Grall