acrn-hypervisor/hypervisor/common
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
..
hv_main.c vcpu: replace start_vcpu with run_vcpu 2018-09-11 10:47:34 +08:00
hypercall.c HV: Add one hcall to set the upcall vector passed from sos_kernel 2018-09-26 11:23:34 +08:00
io_request.c HV: Use the variable to fire VHM interrupt 2018-09-26 11:23:34 +08:00
ptdev.c HV: modify code for intr storm detect & handling 2018-09-25 11:09:35 +08:00
schedule.c hv: arch: fix 'Unused procedure parameter' 2018-09-26 10:48:55 +08:00
softirq.c hv: softirq: refine softirq 2018-08-01 11:36:27 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
static_checks.c hv: add compile time assert for static checks 2018-08-14 13:05:06 +08:00
trusty_hypercall.c hv: treewide: fix 'Expression is not Boolean' 2018-09-03 11:23:53 +08:00
vm_load.c hv:treewide:fix multiple MISRAC violations 2018-09-13 11:12:29 +08:00