cloud-hypervisor/vmm
Sebastien Boeuf ea0729c016 vmm: acpi: Create ACPI tables for TDX
The way to create ACPI tables for TDX is different as each table must be
passed through the HOB. This means the XSDT table is not required since
the firmware will take care of creating it. Same for RSDP, this is
firmware responsibility to provide it to the guest.

That's why this patch creates a TDX dedicated function, returning a list
of Sdt objects, which will let the calling code copy the content of each
table through the HOB.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-01-20 16:50:55 +00:00
..
src vmm: acpi: Create ACPI tables for TDX 2022-01-20 16:50:55 +00:00
Cargo.toml build: bump clap from 3.0.8 to 3.0.10 2022-01-19 00:09:18 +00:00