You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ocaml/idl/datamodel.ml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4683,6 +4683,7 @@ let host =
4683
4683
field ~qualifier:RW~in_product_since:rel_tampa ~default_value:(Some (VMap[])) ~ty:(Map (String, String)) "guest_VCPUs_params""VCPUs params to apply to all resident guests";
4684
4684
field ~qualifier:RW~in_product_since:rel_cream ~default_value:(Some (VEnum"enabled")) ~ty:host_display "display""indicates whether the host is configured to output its console to a physical display device";
4685
4685
field ~qualifier:DynamicRO~in_product_since:rel_cream ~default_value:(Some (VSet [VInt0L])) ~ty:(Set (Int)) "virtual_hardware_platform_versions""The set of versions of the virtual hardware platform that the host can offer to its guests";
4686
+
field ~qualifier:DynamicRO~default_value:(Some (VRef (Ref.string_of Ref.null))) ~in_product_since:rel_dundee_plus ~ty:(Ref _vm) "control_domain""The control domain (domain 0)";
0 commit comments