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 b95d2db commit b225ef7Copy full SHA for b225ef7
CHANGELOG.md
@@ -28,6 +28,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
Firecracker snapshots (up to Firecracker version v1.6.0) incompatible with
29
the current Firecracker version.
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.
38
39
## [v1.6.0]
40
41
### Added
0 commit comments