File tree 2 files changed +4
-4
lines changed
src/cpuid/src/transformer
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ impl CpuidTransformer for AmdCpuidTransformer {
147
147
leaf_0x8000001d:: LEAF_NUM => Some ( amd:: update_extended_cache_topology_entry) ,
148
148
leaf_0x8000001e:: LEAF_NUM => Some ( amd:: update_extended_apic_id_entry) ,
149
149
0x8000_0002 ..=0x8000_0004 => Some ( common:: update_brand_string_entry) ,
150
- // Disable async PF, as it hangs the VM for some reason when loading from snapshot/uffd.
151
- 0x4000_0001 => Some ( common:: disable_kvm_feature_async_pf) ,
150
+ // // Disable async PF, as it hangs the VM for some reason when loading from snapshot/uffd.
151
+ // 0x4000_0001 => Some(common::disable_kvm_feature_async_pf),
152
152
_ => None ,
153
153
}
154
154
}
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ impl CpuidTransformer for IntelCpuidTransformer {
126
126
leaf_0xa:: LEAF_NUM => Some ( intel:: update_perf_mon_entry) ,
127
127
leaf_0xb:: LEAF_NUM => Some ( intel:: update_extended_topology_entry) ,
128
128
0x8000_0002 ..=0x8000_0004 => Some ( common:: update_brand_string_entry) ,
129
- // Disable async PF, as it hangs the VM for some reason when loading from snapshot/uffd.
130
- 0x4000_0001 => Some ( common:: disable_kvm_feature_async_pf) ,
129
+ // // Disable async PF, as it hangs the VM for some reason when loading from snapshot/uffd.
130
+ // 0x4000_0001 => Some(common::disable_kvm_feature_async_pf),
131
131
_ => None ,
132
132
}
133
133
}
You can’t perform that action at this time.
0 commit comments