Skip to content

Commit 1a7487b

Browse files
committed
doc: update cpu templates info in readme
Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent 06c2b1b commit 1a7487b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The **API endpoint** can be used to:
9696
- Configure the microvm by:
9797
- Setting the number of vCPUs (the default is 1).
9898
- Setting the memory size (the default is 128 MiB).
99-
- [x86_64 only] Choosing a CPU template (currently, C3, T2 and T2S are available).
99+
- Configuring a [CPU template](docs/cpu_templates/cpu-templates.md).
100100
- Add one or more network interfaces to the microVM.
101101
- Add one or more read-write or read-only disks to the microVM, each represented
102102
by a file-backed block device.
@@ -150,7 +150,6 @@ plans, check out our [kernel support policy](docs/kernel-policy.md).
150150

151151
- The [SendCtrlAltDel](docs/api_requests/actions.md#sendctrlaltdel) API request
152152
is not supported for aarch64 enabled microVMs.
153-
- Configuring CPU templates is only supported for Intel enabled microVMs.
154153
- If a CPU template is not used on x86_64, overwrites of `MSR_IA32_TSX_CTRL` MSR
155154
value will not be preserved after restoring from a snapshot.
156155
- The `pl031` RTC device on aarch64 does not support interrupts, so guest

0 commit comments

Comments
 (0)