acrn-hypervisor/hypervisor/include/common
Shuo A Liu 5f8e7a6cb7 hv: sched: add kick_thread to support notification
kick means to notify one thread_object. If the target thread object is
running, send a IPI to notify it; if the target thread object is
runnable, make reschedule on it.

Also add kick_vcpu API in vcpu layer to notify vcpu.

Tracked-On: #3813
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Signed-off-by: Yu Wang <yu1.wang@intel.com>
Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-10-25 13:00:21 +08:00
..
hypercall.h hv:remove some unnecessary includes 2019-10-15 14:40:39 +08:00
ptdev.h hv:move down the structure intr_source 2019-09-16 14:51:36 +08:00
schedule.h hv: sched: add kick_thread to support notification 2019-10-25 13:00:21 +08:00
softirq.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00