acrn-hypervisor/hypervisor/include/arch/x86
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 hv:enable APICv-Posted Interrupt 2018-10-15 22:18:24 +08:00
apicreg.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
assign.h hv: arch: fix 'Unused procedure parameter' 2018-09-26 10:48:55 +08:00
cpu.h hv:enable APICv-Posted Interrupt 2018-10-15 22:18:24 +08:00
cpufeatures.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
cpuid.h hv:Replace vlapic pointer with instance in vcpu_arch 2018-09-12 09:20:07 +08:00
gdt.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00
hob_parse.h HV: handle integral issues as MISRA-C report 2018-07-20 10:39:46 +08:00
host_pm.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
hv_arch.h hv: merge pgtable_types.h and pgtable.h 2018-09-13 16:17:48 +08:00
idt.h
io.h hv: add mmio functions for 64bit values 2018-08-23 11:09:25 +08:00
ioapic.h hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
ioreq.h hv:Replace dynamic memory with static for vcpu 2018-10-15 13:44:25 +08:00
irq.h hv:enable APICv-Posted Interrupt 2018-10-15 22:18:24 +08:00
lapic.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00
mmu.h HV:MM:gpa2hpa related error checking fix 2018-10-11 15:16:11 +08:00
msr.h hv: treewide: fix 'Use of function like macro' 2018-09-11 10:49:48 +08:00
mtrr.h HV: remove 'warm_reboot()'function and other minor cleanup 2018-08-14 09:54:48 +08:00
multiboot.h hv: Partition mode ACRN -kernel load and bootargs load address 2018-08-13 09:34:02 +08:00
per_cpu.h hv: Fix identifier reuse 2018-10-15 09:04:34 +08:00
pgtable.h hv: merge pgtable_types.h and pgtable.h 2018-09-13 16:17:48 +08:00
timer.h HV:fix type related violations 2018-10-10 13:02:00 +08:00
trusty.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00
vmexit.h HV:fix type related violations 2018-10-10 13:02:00 +08:00
vmx.h hv:enable APICv-Posted Interrupt 2018-10-15 22:18:24 +08:00
vtd.h hv: vtd: use EPT as translation table for PTDev in SOS 2018-08-23 11:46:57 +08:00
zeropage.h