cloud-hypervisor/vmm
Rob Bradford c48e82915d vmm: Make kernel optional in VM internals
When booting with TDX no kernel is supplied as the TDFV is responsible
for loading the OS. The requirement to have the kernel is still
currently enforced at the validation entry point; this change merely
changes function prototypes and stored state to use Option<> to support.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-03-08 18:30:00 +00:00
..
src vmm: Make kernel optional in VM internals 2021-03-08 18:30:00 +00:00
Cargo.toml tdx: Add "tdx" feature with an empty module inside arch to implement 2021-03-08 18:30:00 +00:00