File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,14 @@ impl VmmCpuPlatform {
38
38
// Milan-based instances can run on both Milan and Turin processors.
39
39
// Turin and Turin Dense are equally viable from a features
40
40
// perspective.
41
- Self :: AmdMilan => {
42
- Some ( & [ SledCpuFamily :: AmdMilan , SledCpuFamily :: AmdTurin , SledCpuFamily :: AmdTurinDense ] )
41
+ Self :: AmdMilan => Some ( & [
42
+ SledCpuFamily :: AmdMilan ,
43
+ SledCpuFamily :: AmdTurin ,
44
+ SledCpuFamily :: AmdTurinDense ,
45
+ ] ) ,
46
+ Self :: AmdTurin => {
47
+ Some ( & [ SledCpuFamily :: AmdTurin , SledCpuFamily :: AmdTurinDense ] )
43
48
}
44
- Self :: AmdTurin => Some ( & [ SledCpuFamily :: AmdTurin , SledCpuFamily :: AmdTurinDense ] ) ,
45
49
46
50
// VMMs get the "sled default" CPU platform when an instance starts
47
51
// up on a sled that hasn't reported a well-known CPU family. Assume
You can’t perform that action at this time.
0 commit comments