cloud-hypervisor/vmm
Alejandro Jimenez 9e247c4e06 pvh: Introduce "pvh_boot" feature
Use a new feature called "pvh_boot" to enable using the PVH boot
protocol if the guest kernel supports it. The feature can be enabled
by building with:

cargo build [--release] --features "pvh_boot"

Once performance has been evaluated, this can be made part of the
default set of features so that any guest that supports it boots
using PVH as the preferred option as is the case in QEMU.

Signed-off-by: Alejandro Jimenez <alejandro.j.jimenez@oracle.com>
2020-03-13 18:29:44 +01:00
..
src pvh: Write start_info structure to guest memory 2020-03-13 18:29:44 +01:00
Cargo.toml pvh: Introduce "pvh_boot" feature 2020-03-13 18:29:44 +01:00