We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab8c96 commit 44b55ddCopy full SHA for 44b55dd
CHANGELOG.md
@@ -10,6 +10,13 @@ and this project adheres to
10
11
### Added
12
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
+
20
### Changed
21
22
- [#4913](https://github.com/firecracker-microvm/firecracker/pull/4913): Removed
0 commit comments