acrn-hypervisor/hypervisor/include
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
..
arch/x86 hv:enable APICv-Posted Interrupt 2018-10-15 22:18:24 +08:00
common hv: add hypercall to set vcpu init state 2018-10-15 09:04:10 +08:00
debug HV:change the return type of sbuf_get and sbuf_put 2018-10-10 13:02:00 +08:00
dm/vpci HV: VPCI coding style fix 2018-09-03 11:26:30 +08:00
lib hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
public hv: Cleanup: Remove dead code. 2018-10-15 09:04:10 +08:00
hv_debug.h hv:Replace vuart pointer with instance in structure vm 2018-08-27 09:49:12 +08:00
hypervisor.h hv: Remove const qualifier for struct vm 2018-10-09 13:24:04 +08:00