Acked-by: Christian Lindig <christian.lin...@cloud.com> > On 30 May 2025, at 14:45, Edgar E. Iglesias <edgar.igles...@gmail.com> wrote: > > From: "Edgar E. Iglesias" <edgar.igles...@amd.com> > > Signed-off-by: Edgar E. Iglesias <edgar.igles...@amd.com> > --- > tools/ocaml/libs/xc/xenctrl.ml | 1 + > tools/ocaml/libs/xc/xenctrl.mli | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/tools/ocaml/libs/xc/xenctrl.ml b/tools/ocaml/libs/xc/xenctrl.ml > index 2690f9a923..7e1aabad6c 100644 > --- a/tools/ocaml/libs/xc/xenctrl.ml > +++ b/tools/ocaml/libs/xc/xenctrl.ml > @@ -70,6 +70,7 @@ type domain_create_flag = > | CDF_IOMMU > | CDF_NESTED_VIRT > | CDF_VPMU > + | CDF_TRAP_UNMAPPED_ACCESSES > > type domain_create_iommu_opts = > | IOMMU_NO_SHAREPT > diff --git a/tools/ocaml/libs/xc/xenctrl.mli b/tools/ocaml/libs/xc/xenctrl.mli > index febbe1f6ae..f44dba61ae 100644 > --- a/tools/ocaml/libs/xc/xenctrl.mli > +++ b/tools/ocaml/libs/xc/xenctrl.mli > @@ -63,6 +63,7 @@ type domain_create_flag = > | CDF_IOMMU > | CDF_NESTED_VIRT > | CDF_VPMU > + | CDF_TRAP_UNMAPPED_ACCESSES > > type domain_create_iommu_opts = > | IOMMU_NO_SHAREPT > -- > 2.43.0 >
- [PATCH v3 0/5] xen/arm: Add option to optionally disabl... Edgar E. Iglesias
- [PATCH v3 1/5] xen/arm: Add way to disable traps o... Edgar E. Iglesias
- Re: [PATCH v3 1/5] xen/arm: Add way to disable... Jan Beulich
- Re: [PATCH v3 1/5] xen/arm: Add way to dis... Edgar E. Iglesias
- Re: [PATCH v3 1/5] xen/arm: Add way to disable... Stefano Stabellini
- Re: [PATCH v3 1/5] xen/arm: Add way to disable... Julien Grall
- Re: [PATCH v3 1/5] xen/arm: Add way to dis... Edgar E. Iglesias
- [PATCH v3 4/5] tools/ocaml: Update bindings for CD... Edgar E. Iglesias
- Re: [PATCH v3 4/5] tools/ocaml: Update binding... Christian Lindig
- [PATCH v3 2/5] xen/arm: dom0less: Add trap-unmappe... Edgar E. Iglesias
- Re: [PATCH v3 2/5] xen/arm: dom0less: Add trap... Stefano Stabellini
- Re: [PATCH v3 2/5] xen/arm: dom0less: Add ... Julien Grall
- Re: [PATCH v3 2/5] xen/arm: dom0less: ... Stefano Stabellini
- Re: [PATCH v3 2/5] xen/arm: dom0l... Edgar E. Iglesias
- [PATCH v3 3/5] tools/arm: Add the trap_unmapped_ac... Edgar E. Iglesias
- Re: [PATCH v3 3/5] tools/arm: Add the trap_unm... Stefano Stabellini
- Re: [PATCH v3 3/5] tools/arm: Add the trap_unm... Julien Grall
- Re: [PATCH v3 3/5] tools/arm: Add the trap... Edgar E. Iglesias
- [PATCH v3 5/5] tools/golang: Regenerate bindings f... Edgar E. Iglesias