[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v10 0/7] Add VT-d Posted-Interrupts support
VT-d Posted-Interrupts is an enhancement to CPU side Posted-Interrupt. With VT-d Posted-Interrupts enabled, external interrupts from direct-assigned devices can be delivered to guests without VMM intervention when guest is running in non-root mode. You can find the VT-d Posted-Interrtups Spec. in the following URL: http://www.intel.com/content/www/us/en/intelligent-systems/intel-technology/vt-directed-io-spec.html Feng Wu (17): r VT-d Posted-intterrupt (PI) design ra vmx: Suppress posting interrupts when 'SN' is set r vt-d: Add API to update IRTE when VT-d PI is used a Update IRTE according to guest interrupt config changes a vmx: Properly handle notification event when vCPU is running vmx: VT-d posted-interrupt core logic handling ra Add a command line parameter for VT-d posted-interrupts r = has been 'Reviewed-by' a = has been 'Acked-by' Feng Wu (7): VT-d Posted-intterrupt (PI) design vmx: Suppress posting interrupts when 'SN' is set vt-d: Add API to update IRTE when VT-d PI is used Update IRTE according to guest interrupt config changes vmx: Properly handle notification event when vCPU is running vmx: VT-d posted-interrupt core logic handling Add a command line parameter for VT-d posted-interrupts docs/misc/vtd-pi.txt | 336 +++++++++++++++++++++++++++++++++ docs/misc/xen-command-line.markdown | 9 +- xen/arch/x86/hvm/hvm.c | 6 + xen/arch/x86/hvm/vmx/vmcs.c | 2 + xen/arch/x86/hvm/vmx/vmx.c | 255 ++++++++++++++++++++++++- xen/common/schedule.c | 4 + xen/drivers/passthrough/io.c | 123 +++++++++++- xen/drivers/passthrough/iommu.c | 3 + xen/drivers/passthrough/vtd/intremap.c | 126 +++++++++++++ xen/drivers/passthrough/vtd/iommu.h | 6 + xen/include/asm-arm/domain.h | 2 + xen/include/asm-x86/domain.h | 2 + xen/include/asm-x86/hvm/hvm.h | 2 + xen/include/asm-x86/hvm/vmx/vmcs.h | 9 + xen/include/asm-x86/hvm/vmx/vmx.h | 4 + xen/include/asm-x86/iommu.h | 2 + 16 files changed, 887 insertions(+), 4 deletions(-) create mode 100644 docs/misc/vtd-pi.txt -- 2.1.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |