cloud-hypervisor/vmm/src
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
..
api vmm: api: Add "local" option to OpenAPI YAML file 2022-01-18 09:07:47 +00:00
acpi.rs vmm: acpi: Create ACPI tables for TDX 2022-01-20 16:50:55 +00:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs vmm: config: Fix clippy (unnecessary_to_owned) issue 2022-01-07 08:16:26 -08:00
cpu.rs vmm: cpu: Remove unused import in unit tests 2022-01-18 20:34:50 +08:00
device_manager.rs acpi: aarch64: Implement DBG2 table 2022-01-20 09:11:21 +08:00
device_tree.rs vmm, build: Remove use of "credibility" from unit tests 2022-01-05 12:35:50 +01:00
interrupt.rs vmm: Update devid in kvm_irq_routing_entry 2021-12-01 09:24:01 +08:00
lib.rs vmm: Send FDs across unix socket for migration when in local mode 2022-01-18 09:07:47 +00:00
memory_manager.rs memory_manager: drop unneeded clippy suppressions 2022-01-18 17:23:27 -08:00
migration.rs vmm: Simplify snapshot/restore path handling 2021-03-12 13:03:01 +01:00
pci_segment.rs vmm: Rename PCI_MMIO_CONFIG_SIZE and move it to arch 2021-12-06 09:29:49 +00:00
seccomp_filters.rs vmm: seccomp: Remove set_tid_address syscall from seccomp filter 2022-01-06 09:52:39 -08:00
serial_buffer.rs vmm: Refactor serial buffer to allow flush on PTY when writable 2021-09-27 14:18:21 +01:00
serial_manager.rs vmm: Refactor serial buffer to allow flush on PTY when writable 2021-09-27 14:18:21 +01:00
sigwinch_listener.rs vmm: Fix panic in SIGWINCH listener thread when no seccomp filter set 2021-11-16 14:28:02 +00:00
vm.rs vmm: tdx: Only create ACPI tables if not running TDX 2022-01-20 16:50:55 +00:00