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 8a83183 commit 6793550Copy full SHA for 6793550
CHANGELOG.md
@@ -1,8 +1,12 @@
1
# Upcoming Release
2
+
3
## Changed
4
- [[#148](https://github.com/rust-vmm/linux-loader/pull/148)] Fixing kernel commandline parameter validation
5
This change allows parameter values containing spaces in the middle, provided they are enclosed in quotes. However,
6
strings with quotes in the middle will no longer be accepted as valid parameter values.
7
+- [[#205](https://github.com/rust-vmm/linux-loader/pull/205)] Make image header for ARM and RISC-V public
8
+ Kernel headers for ARM and RISC-V are made public to be used in a fw_cfg
9
+ implementation that reads the kernel header.
10
11
# [v0.13.0]
12
0 commit comments