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 53f7b6e commit f3c83a1Copy full SHA for f3c83a1
ocaml/xapi/vmops.ml
@@ -39,7 +39,7 @@ type api_access = InternalNetwork | FirstNetwork
39
40
(* This is only used to block the 'present multiple physical cores as one big hyperthreaded core' feature *)
41
let filtered_platform_flags = ["acpi"; "apic"; "nx"; "pae"; "viridian";
42
- "acpi_s3";"acpi_s4"]
+ "acpi_s3";"acpi_s4";"tsc_mode"]
43
44
let set_difference a b = List.filter (fun x -> not(List.mem x b)) a
45
0 commit comments