File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
28
Firecracker snapshots (up to Firecracker version v1.6.0) incompatible with
29
29
the current Firecracker version.
30
30
31
+ ### Fixed
32
+
33
+ - [ #4409 ] ( https://github.com/firecracker-microvm/firecracker/pull/4409 ) :
34
+ Fixed a bug in the cpu-template-helper that made it panic during conversion
35
+ of cpu configuration with SVE registers to the cpu template on aarch64 platform.
36
+ Now cpu-template-helper will print warnings if it encounters SVE registers
37
+ during the conversion process. This is because cpu templates are limited
38
+ to only modify registers less than 128 bits.
39
+
31
40
## [ v1.6.0]
32
41
33
42
### Added
You can’t perform that action at this time.
0 commit comments