File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -115,12 +115,10 @@ KVM supports.
115
115
116
116
#### Exposing the CPU to the guest
117
117
118
- Firecracker allows the exposure of either the host processor information or any
119
- other family/model/stepping as a way to keep compatibility for services that
120
- were not running on top of it. In addition, Firecracker supports feature
121
- masking via CPUID. To simplify customer operation, CPU feature templates can be
122
- set via the Firecracker API. Currently, the available feature templates to
123
- choose from are EC2 C3 and EC2 T2 instance types.
118
+ Firecracker allows control of what processor information is exposed
119
+ to the guest by using [ CPU templates] ( cpu_templates/cpu-templates.md ) .
120
+ CPU templates can be set via the Firecracker API. Users can choose from
121
+ existing static CPU templates and/or creating their own custom CPU templates.
124
122
125
123
#### Clocksources available to guests
126
124
You can’t perform that action at this time.
0 commit comments