Skip to content

Commit 5655355

Browse files
committed
Include arm simd snapshot bug in limitations
Signed-off-by: Patrick Roy <[email protected]>
1 parent 62fe6e2 commit 5655355

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/snapshotting/snapshot-support.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)