Skip to content

Commit 3a16ebd

Browse files
committed
chore: Add CHANGELOG entry for serialization of full KVM MSR range
PR #5738 [1] fixed x86_64 snapshot serialization to cover the full KVM Custom MSR range. Having the CHANGELOG entry would be beneficial for users who are experiencing issues due to that. [1]: #5738 Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
1 parent c58293d commit 3a16ebd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ and this project adheres to
5656
since the snapshot was taken. Users using `kvm-clock` that want to explicitly
5757
advance the clock with `KVM_CLOCK_REALTIME` can opt back in using the new
5858
`clock_realtime` flag in `LoadSnapshot` API.
59+
- [#5738](https://github.com/firecracker-microvm/firecracker/pull/5738): Fixed
60+
x86_64 snapshot serialization to cover the full KVM custom MSR range
61+
(0x4b564d00-0x4b564dff) instead of a small subset. Previously, some KVM MSRs
62+
such as MSR_KVM_ASYNC_PF_INT and MSR_KVM_ASYNC_PF_ACK were missing from
63+
snapshots, which could cause issues on restore.
5964

6065
## [1.15.0]
6166

0 commit comments

Comments
 (0)