acrn-hypervisor/hypervisor/arch/x86/guest
Zhao Yakui a189be26ff HV: Add one hcall to set the upcall vector passed from sos_kernel
Currently the acrn-hypervisor is using the PLATFORM_IPI vector to notify
the sos_kernel. And then sos_kernel will handle the notification from acrn
hypervisor in PLATFORM_IPI ISR. But as the PLATFORM_IPI ISR can be registered
by the other modules, it will have the conflict when trying to register
acrn intr ISR. So the HYPERVISOR_CALLBACK_VECTOR will be used instead.

In order to switch the notification vector from PLATFORM_IPI to
HYPERVISOR_CALLBACK_VECTOR, one API is added so that sos can configure
the up-notifier interrrupt vector.

Tracked-On: https://github.com/projectacrn/acrn-hypervisor/issues/1325
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-09-26 11:23:34 +08:00
..
guest.c HV:Hypercall:Remove redundant error checking 2018-09-18 09:43:24 +08:00
instr_emul.c hv:Fix unused var value on all paths 2018-09-26 11:10:21 +08:00
instr_emul.h hv:Fix Implict conversion:actual to formal param 2018-09-18 13:09:39 +08:00
mptable.c hv: pgtable: fix 'Use of function like macro' 2018-09-07 11:11:06 +08:00
pm.c hv: arch: fix 'Unused procedure parameter' 2018-09-26 10:48:55 +08:00
ucode.c hv:Fix unused var value on all paths 2018-09-26 11:10:21 +08:00
vcpu.c hv:Replace vlapic pointer with instance in vcpu_arch 2018-09-12 09:20:07 +08:00
vlapic_priv.h hv:Move vlapic structure to vlapic.h 2018-09-12 09:20:07 +08:00
vlapic.c hv: arch: fix 'Unused procedure parameter' 2018-09-26 10:48:55 +08:00
vm.c HV: modify code for intr storm detect & handling 2018-09-25 11:09:35 +08:00
vmcall.c HV: Add one hcall to set the upcall vector passed from sos_kernel 2018-09-26 11:23:34 +08:00
vmsr.c hv: Replace dynamic memory allocation for MSR bitmap 2018-09-12 09:20:07 +08:00