acrn-hypervisor/hypervisor/include/arch/x86/guest
Yonghua Huang 38d5df723d hv:enable APICv-Posted Interrupt
to enable APICv Posted interrupt supported, following the
 specifications defined in Intel SDM Section #29.6, Volume3.

 Posted-interrupt processing is a feature by which a processor
 processes the virtual interrupts by recording them as pending
 on the virtual-APIC page.

 Injecting interrupts to VCPU from remote CPU without causing
 VM exit on the destination, following steps in SDM Section 29.6,volume3:

Tracked-On: #1447
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-10-15 22:18:24 +08:00
..
guest_pm.h hv: treewide: fix 'No definition in system for prototyped procedure' 2018-07-20 10:38:32 +08:00
guest.h hv:Replace dynamic memory with static for vcpu 2018-10-15 13:44:25 +08:00
mptable.h HV: Adding mptable support for partition mode ACRN 2018-08-03 13:36:40 +08:00
ucode.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vcpu.h hv:Replace dynamic memory with static for vcpu 2018-10-15 13:44:25 +08:00
vioapic.h vioapic: add pin_state bitmap to set irq 2018-09-30 15:24:59 +08:00
vlapic.h hv:enable APICv-Posted Interrupt 2018-10-15 22:18:24 +08:00
vm0_boot.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vm.h hv:Replace dynamic memory with static for vcpu 2018-10-15 13:44:25 +08:00
vpic.h vpic: change assert/deassert method 2018-10-15 15:50:55 +08:00