cloud-hypervisor/vmm
Sebastien Boeuf 3c421593c3 vmm: tdx: Don't load the kernel the usual way
In case of TDX, if a kernel and/or a command line are provided by the
user, they can't be treated the same way as for the non-TDX case. That
is why this patch ensures the function load_kernel() is only invoked for
the non-TDX case.

For the TDX case, whenever TDVF contains a Payload and/or PayloadParam
sections, the file provided through --kernel and the parameters provided
through --cmdline are copied at the locations specified by each TDVF
section.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-02-04 13:57:56 +01:00
..
src vmm: tdx: Don't load the kernel the usual way 2022-02-04 13:57:56 +01:00
Cargo.toml vfio-ioctls: Move away from archived crate rust-vmm/vfio-ioctls 2022-02-04 13:57:46 +01:00