cloud-hypervisor/vmm/src
Sebastien Boeuf 3c973fa7ce virtio-devices: vhost-user: Add support for TDX
By enabling the VIRTIO feature VIRTIO_F_IOMMU_PLATFORM for all
vhost-user devices when needed, we force the guest to use the DMA API,
making these devices compatible with TDX. By using DMA API, the guest
triggers the TDX codepath to share some of the guest memory, in
particular the virtqueues and associated buffers so that the VMM and
vhost-user backends/processes can access this memory.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-03-30 10:32:23 +02:00
..
api vmm: Add support for enabling AMX in vm guests 2022-03-25 14:11:54 -07:00
acpi.rs arch, devices, vmm: Remove "acpi" feature gate 2022-03-28 09:18:29 -07:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs vmm: Add support for enabling AMX in vm guests 2022-03-25 14:11:54 -07:00
cpu.rs arch, devices, vmm: Remove "acpi" feature gate 2022-03-28 09:18:29 -07:00
device_manager.rs virtio-devices: vhost-user: Add support for TDX 2022-03-30 10:32:23 +02:00
device_tree.rs pci, vmm: Update DeviceNode to store PciBdf instead of u32 2022-02-16 11:57:23 +00:00
gdb.rs vmm: Implement GDB event handler to enable --gdb flag 2022-02-23 11:16:09 +00:00
interrupt.rs vmm: interrupt: fix msi mask irq causing kernel panic on AMD 2022-03-10 09:27:50 +01:00
lib.rs arch, devices, vmm: Remove "acpi" feature gate 2022-03-28 09:18:29 -07:00
memory_manager.rs arch, devices, vmm: Remove "acpi" feature gate 2022-03-28 09:18:29 -07:00
migration.rs vmm: Split VM config and VM state for snapshot/restore 2022-02-08 15:06:49 +00:00
pci_segment.rs arch, devices, vmm: Remove "acpi" feature gate 2022-03-28 09:18:29 -07:00
seccomp_filters.rs vmm: Enable vDPA support 2022-03-18 12:28:40 +01: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 arch, devices, vmm: Remove "acpi" feature gate 2022-03-28 09:18:29 -07:00