You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Acked-by: Liam Merwick <[email protected]>
0 commit comments