Skip to content

Commit 295403e

Browse files
committed
doc: fix line in design about only kvm-clock being available
We actually support all of them. Signed-off-by: Riccardo Mancini <mancio@amazon.com>
1 parent 25e487f commit 295403e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/design.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,11 @@ and/or creating their own custom CPU templates.
118118

119119
#### Clocksources available to guests
120120

121-
Firecracker only exposes kvm-clock to customers.
121+
Firecracker exposes the following clock sources to guests:
122+
123+
- x86_64: kvm-clock and tsc. Linux guests >=5.10 will pick tsc by default if
124+
stable.
125+
- aarch64: arch_sys_counter
122126

123127
### I/O: Storage, Networking and Rate Limiting
124128

0 commit comments

Comments
 (0)