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 75edc00 commit 69fc3b3Copy full SHA for 69fc3b3
CHANGELOG.md
@@ -1,7 +1,10 @@
1
# Upcoming Release
2
3
-## Changed
+# [v0.12.0]
4
5
+## Changed
6
+- [[#187](https://github.com/rust-vmm/linux-loader/pull/187)] Updated vm-memory to 0.15.0.
7
+- [[#179](https://github.com/rust-vmm/linux-loader/pull/179)] Load hvm_modlist_entry into guest memory when requested.
8
- [[#177](https://github.com/rust-vmm/linux-loader/pull/176)] Added loading
9
of PVH module blobs into guest memory. This enables booting with `initrd`
10
via PVH boot.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "linux-loader"
-version = "0.11.0"
+version = "0.12.0"
authors = [
"The rust-vmm maintainers",
"rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>",
0 commit comments