We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455073a commit dc25e8bCopy full SHA for dc25e8b
xen/xenops_types.ml
@@ -37,10 +37,10 @@ module Vgpu = struct
37
type nvidia = {
38
physical_pci_address: address option; (* unused; promoted to Vgpu.t *)
39
config_file: string option;
40
- virtual_pci_address: address option;
41
- type_id: string;
42
- uuid: string;
43
- extra_args: string; (* string is passed on as is and no structure is assumed *)
+ virtual_pci_address: address [@default {domain = 0000; bus = 0; dev = 11; fn = 0}];
+ type_id: string option;
+ uuid: string option;
+ extra_args: string [@default ""]; (* string is passed on as is and no structure is assumed *)
44
} [@@deriving sexp, rpcty]
45
46
type mxgpu = {
0 commit comments