Skip to content

Commit f3c83a1

Browse files
committed
CA-85199: Add tsc_mode to platform whitelist.
Signed-off-by: John Else <[email protected]>
1 parent 53f7b6e commit f3c83a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/xapi/vmops.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type api_access = InternalNetwork | FirstNetwork
3939

4040
(* This is only used to block the 'present multiple physical cores as one big hyperthreaded core' feature *)
4141
let filtered_platform_flags = ["acpi"; "apic"; "nx"; "pae"; "viridian";
42-
"acpi_s3";"acpi_s4"]
42+
"acpi_s3";"acpi_s4";"tsc_mode"]
4343

4444
let set_difference a b = List.filter (fun x -> not(List.mem x b)) a
4545

0 commit comments

Comments
 (0)