-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pvh: Control PVH capabilities using optional feature
Enable the optional "pvh" feature to build a Firecracker binary that is able to boot Linux guests using the PVH boot protocol. Build a firecracker binary with the PVH capability by running: tools/devtool build [--release] -- --features pvh and the resulting Firecracker binary will use the PVH boot protocol as the preferred choice for booting a guest, if the guest kernel supports it. Signed-off-by: Alejandro Jimenez <alejandro.j.jimenez@oracle.com> Acked-by: Liam Merwick <liam.merwick@oracle.com>
- Loading branch information
1 parent
85be111
commit 890af2b
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,6 @@ cpuid = { path = "../cpuid" } | |
|
||
[dev-dependencies] | ||
vmm-sys-util = ">=0.4.0" | ||
|
||
[features] | ||
pvh = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters