From: Andrew Cooper Date: Tue, 10 Sep 2019 11:14:51 +0000 (+0100) Subject: tools/ocaml: Reformat domain_create_flag X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~1615 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=278b237d8d55de6141df9210ffd031c0f1c0907c;p=xen.git tools/ocaml: Reformat domain_create_flag This will allow us to apply the abi checker soon. No functional change. Signed-off-by: Andrew Cooper Reviewed-by: Ian Jackson Signed-off-by: Ian Jackson Acked-by: Christian Lindig --- diff --git a/tools/ocaml/libs/xc/xenctrl.ml b/tools/ocaml/libs/xc/xenctrl.ml index 097f39d5ce..17174debb8 100644 --- a/tools/ocaml/libs/xc/xenctrl.ml +++ b/tools/ocaml/libs/xc/xenctrl.ml @@ -57,7 +57,9 @@ type arch_domainconfig = | ARM of xen_arm_arch_domainconfig | X86 of xen_x86_arch_domainconfig -type domain_create_flag = CDF_HVM | CDF_HAP +type domain_create_flag = + | CDF_HVM + | CDF_HAP type domctl_create_config = { diff --git a/tools/ocaml/libs/xc/xenctrl.mli b/tools/ocaml/libs/xc/xenctrl.mli index 957c9fdc2e..228bc00a1c 100644 --- a/tools/ocaml/libs/xc/xenctrl.mli +++ b/tools/ocaml/libs/xc/xenctrl.mli @@ -50,7 +50,9 @@ type arch_domainconfig = | ARM of xen_arm_arch_domainconfig | X86 of xen_x86_arch_domainconfig -type domain_create_flag = CDF_HVM | CDF_HAP +type domain_create_flag = + | CDF_HVM + | CDF_HAP type domctl_create_config = { ssidref: int32;