cloud-hypervisor/vmm
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
..
src virtio-devices: vhost-user: Add support for TDX 2022-03-30 10:32:23 +02:00
Cargo.toml arch, devices, vmm: Remove "acpi" feature gate 2022-03-28 09:18:29 -07:00