acrn-hypervisor/hypervisor/include/common
Jason Chen CJ 4fc54f952e schedule: add full context switch support
this patch added full context switch support for scheduling, it make sure
each VCPU has its own stack, and added host_sp field in struct sched_object
to record host stack pointer for each switch out object.

Arch related function arch_switch_to is added for context switch.

To benefit debugging, a name[] field is also added into struct sched_object.

Tracked-On: #2394
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Acked-by: Xu, Anthony <anthony.xu@intel.com>
2019-01-23 16:21:17 +08:00
..
hypercall.h HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
irq.h doc: replace return with retval 2018-11-30 14:55:17 +08:00
ptdev.h hv: passthrough: Change interrupt pin to uint32_t 2019-01-10 23:52:25 +08:00
schedule.h schedule: add full context switch support 2019-01-23 16:21:17 +08:00
softirq.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00