cloud-hypervisor/vmm
Sebastien Boeuf 0ac094c0d1 vmm: Handle TDX hypercalls with INVALID_OPERAND
Based on the helpers from the hypervisor crate, the VMM can identify
what type of hypercall has been issued through the KVM_EXIT_TDX reason.

For now, we only log warnings and set the status to INVALID_OPERAND
since these hypercalls aren't supported. The proper handling will be
implemented later.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-02-18 14:41:07 +01:00
..
src vmm: Handle TDX hypercalls with INVALID_OPERAND 2022-02-18 14:41:07 +01:00
Cargo.toml build: bump clap from 3.0.14 to 3.1.0 2022-02-17 01:56:54 +00:00