acrn-hypervisor/hypervisor/include
Sainath Grandhi 5b70c202e1 hv: Remove CONFIG_PARTITION_MODE used to compile out irq enable/disable
ACRN uses CONFIG_PARTITION_MODE  macro to compile out CPU_IRQ_ENABLE/DISABLE
APIs. With vector remapping enabled for pre-launched VMs, this is of no use.
And for VMs with LAPIC pass-thru, interrupts stay disabled in vmexit loop
with the help of is_lapic_pt() API.

Tracked-On: #2903
Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-04-08 13:10:44 +08:00
..
arch/x86 hv: Remove CONFIG_PARTITION_MODE used to compile out irq enable/disable 2019-04-08 13:10:44 +08:00
common HV: Add one delmode parameter to make_reschedule_request 2019-03-29 16:17:44 +08:00
debug HV: move CONFIG_MAX_VM_NUM to vm configurations 2019-04-08 13:08:55 +08:00
dm HV: merge partition_mode.c and sharing_mode.c's code into vpci.c 2019-03-25 12:35:39 +08:00
lib hv:move 'udelay' to timer.c 2019-03-22 08:38:13 +08:00
public DM: Keep consistency between HV and DM about PM1A_CNT_ADDR 2019-04-04 17:51:15 +08:00
hv_debug.h HV: Added Initial support for SEP/SOCWATCH profiling 2018-10-26 13:39:07 +08:00
hypervisor.h hv:move 2 APIs from hypervisor.h to guest_memory.c 2019-02-21 10:38:30 +08:00