You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current TDX architecture supports posted interrupts (from Host VMM and IOMMU devices) for TDX L1 VMM (VTL2). For passthrough devices owned by L2 guest (VTL0), Hyper-V does not use posted interrupts. Each HW interrupt from L2 owned device results in a TDEXIT to Hyper-V today. This comes with considerable performance cost.
Goal of the proposed change is to reduce the TDEXITs to Hyper-V by
a) Enabling IOMMU posted-interrupts for TDX guest owned passthrough devices in Hyper-V
b) Relaying device interrupts for L2 owned devices through L1
The text was updated successfully, but these errors were encountered:
The current TDX architecture supports posted interrupts (from Host VMM and IOMMU devices) for TDX L1 VMM (VTL2). For passthrough devices owned by L2 guest (VTL0), Hyper-V does not use posted interrupts. Each HW interrupt from L2 owned device results in a TDEXIT to Hyper-V today. This comes with considerable performance cost.
Goal of the proposed change is to reduce the TDEXITs to Hyper-V by
a) Enabling IOMMU posted-interrupts for TDX guest owned passthrough devices in Hyper-V
b) Relaying device interrupts for L2 owned devices through L1
The text was updated successfully, but these errors were encountered: