xenopsd/xc: sync domain.ml with Xen 4.21's Xenctrl ABI additions - #17
xenopsd/xc: sync domain.ml with Xen 4.21's Xenctrl ABI additions#17d3athjest3r wants to merge 2 commits into
Conversation
Xen gained this domain-create flag (currently Arm-only, disables traps
on accesses to unmapped addresses) in:
980aff4e8fcd xen/arm: Add way to disable traps on accesses to
unmapped addresses (Edgar E. Iglesias, 2025-06-16)
with the OCaml bindings themselves updated the same day in:
ab02a120c0a5 tools/ocaml: Update bindings for
CDF_TRAP_UNMAPPED_ACCESSES
Both are part of the public ABI since before the 4.21.0-rc1 tag. This
mock's domain_create_flag mirror had not been synced since.
Signed-off-by: Julian Vetter <julian.vetter@vates.tech>
Xen's OCaml bindings gained this field in:
5699554de9a9 tools/ocaml: Add altp2m_count parameter
(Petr Beneš, 2025-08-25)
which exposes the pre-existing altp2m.nr count field (xen_domctl_createdomain)
to OCaml callers, alongside the existing altp2m_opts. Part of the public
ABI since before the 4.21.0-rc1 tag. This mock's domctl_create_config
mirror had not been synced since.
Signed-off-by: Julian Vetter <julian.vetter@vates.tech>
minglumlu
left a comment
There was a problem hiding this comment.
Hi @d3athjest3r
Could you please leave the merge button to me so that I can prepare the follow-up steps for build in XenServer? It will be done in a quick way.
I understand this one needs to be merged before xapi-project/xen-api#7197 to unblock the CI build; and the latter needs to be merged after that immediately as well.
Finally, the XenServer build needs to be updated soon also to get the build failure window as minimum as possible.
Will Vates need the similar preparation?
We are not currently following the tip of xapi Thank you - we'll leave it to XS to handle as you described. |
This commit works in tandem with the commits made to xenopsd/xc (see xapi-project/xen-api#7197).