Skip to content

Commit 44b55dd

Browse files
committed
chore: add an entry to the CHANGELOG
Add an entry about physical counter reset to the CHANGELOG. Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent 1ab8c96 commit 44b55dd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ and this project adheres to
1010

1111
### Added
1212

13+
- [#4987](https://github.com/firecracker-microvm/firecracker/pull/4987): Reset
14+
physical counter register (`CNTPCT_EL0`) on VM startup. This avoids VM reading
15+
the host physical counter value. This is only possible on 6.4 and newer
16+
kernels. For older kernels physical counter will still be passed to the guest
17+
unmodified. See more info
18+
[here](https://github.com/firecracker-microvm/firecracker/blob/main/docs/prod-host-setup.md#arm-only-vm-physical-counter-behaviour)
19+
1320
### Changed
1421

1522
- [#4913](https://github.com/firecracker-microvm/firecracker/pull/4913): Removed

0 commit comments

Comments
 (0)