Li, Jiongxi
2012-Aug-31 09:29 UTC
[ PATCH 0/2] xen: enable APIC-Register Virtualization and Virtual-interrupt delivery
The VMCS includes controls that enable the virtualization of interrupts and the Advanced Programmable Interrupt Controller (APIC). When these controls are used, the processor will emulate many accesses to the APIC, track the state of the virtual APIC, and deliver virtual interrupts - all in VMX non-root operation without a VM exit. You can refer to Chapter 29 of the latest SDM. This series of patches enable APIC-Register Virtualization and Virtual-interrupt delivery. PATCH 1/2: Enable APIC-Register Virtualization. PATCH 2/2: Enable Virtual-interrupt delivery.
Seemingly Similar Threads
- [ PATCH v3 2/3] xen: enable Virtual-interrupt delivery
- [PATCH v4 2/2] Xen: Fix VMCS setting for x2APIC mode guest while enabling APICV
- [PATCH] [VMX] Add support for Pause-Loop Exiting
- [PATCH v4 1/2] Xen: Fix live migration while enabling APICV
- [PATCH v3 0/4] nested vmx: enable VMCS shadowing feature