File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,10 @@ The baseline for snapshot resume latency target on Intel is under **8ms** with
123123 deal with cryptographic secrets. Please see [ Snapshot security and uniqueness] ( #snapshot-security-and-uniqueness ) .
124124- Snapshotting on arm64 works for both GICv2 and GICv3 enabled guests.
125125 However, restoring between different GIC version is not possible.
126+ - On arm64, the upper 64 bits of the FL/SIMD registers V0-V31 are not saved
127+ in snapshots, due to incorrect use of the KVM_GET_ONE_REG ioctl.
128+ See [ here] ( https://github.com/firecracker-microvm/firecracker/commit/bdfb24c20330bb82daa919d5b35df4ba31dd43dc )
129+ for details. This bug is fixed in Firecracker 1.1.4 and newer.
126130
127131## Firecracker Snapshotting characteristics
128132
You can’t perform that action at this time.
0 commit comments