File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1606,6 +1606,10 @@ let vgpu_type_record rpc session_id vgpu_type =
16061606 ~get: (fun () -> Int64. to_string (x () ).API. vGPU_type_framebuffer_size) () ;
16071607 make_field ~name: " max-heads"
16081608 ~get: (fun () -> Int64. to_string (x () ).API. vGPU_type_max_heads) () ;
1609+ make_field ~name: " supported-on-PGPUs"
1610+ ~get: (fun () -> String. concat " ; " (List. map (fun p -> get_uuid_from_ref p) (x () ).API. vGPU_type_supported_on_PGPUs)) () ;
1611+ make_field ~name: " enabled-on-PGPUs"
1612+ ~get: (fun () -> String. concat " ; " (List. map (fun p -> get_uuid_from_ref p) (x () ).API. vGPU_type_enabled_on_PGPUs)) () ;
16091613 make_field ~name: " VGPU-uuids" ~get: (fun () -> String. concat " ; " (List. map (fun v -> get_uuid_from_ref v) (x () ).API. vGPU_type_VGPUs)) () ;
16101614 ]
16111615 }
You can’t perform that action at this time.
0 commit comments