Skip to content

Commit

Permalink
Update ocaml/idl/datamodel.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Pau Ruiz Safont <[email protected]>
Signed-off-by: BenjiReis <[email protected]>
  • Loading branch information
benjamreis and psafont authored Mar 22, 2024
1 parent 85f76f6 commit 4c3e1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/idl/datamodel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -6541,7 +6541,7 @@ module PCI = struct
call ~name:"is_dom0_access_enabled"
~lifecycle:[(Published, rel_vgpu_tech_preview, "")]
~doc:
"Check whether a PCI device is reachable from the dom0 kernel on boot."
"Returns whether the PCI device is accessible from the dom0 kernel on boot."
~params:[(Ref _pci, "self", "The PCI")]
~result:(Bool, "Wether the PCI is reachable from the dom0 kernel")
~allowed_roles:_R_POOL_OP ()
Expand Down

0 comments on commit 4c3e1f8

Please sign in to comment.