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.
2 parents 936aa52 + 221b9ce commit 167b9f4Copy full SHA for 167b9f4
ocaml/xapi/xapi_vgpu_type.ml
@@ -456,7 +456,7 @@ module Vendor = functor (V : VENDOR) -> struct
456
~is_pci_hidden =
457
let vgpu_types = make_vgpu_types ~__context ~pci in
458
(* Temporarily fall back to old nvidia module *)
459
- if vgpu_types = [] && vendor_id = Nvidia_old.vendor_id then begin
+ if vendor_id = Nvidia_old.vendor_id then begin
460
info "Temporarily fall back to old nvidia conf file parser";
461
Nvidia_old.find_or_create_supported_types ~__context ~pci
462
~is_system_display_device
0 commit comments