acrn-hypervisor/hypervisor/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
..
hv_main.c schedule: add full context switch support 2019-01-23 16:21:17 +08:00
hypercall.c HV: remove sworld_supported in acrn_vm_config 2019-01-21 18:03:31 +08:00
io_req.c HV: add get_sos_vm api 2019-01-21 18:03:31 +08:00
ptdev.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
schedule.c schedule: add full context switch support 2019-01-23 16:21:17 +08:00
softirq.c hv: remove the theoretic infinite loop 2018-12-05 13:17:38 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
static_checks.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
trusty_hypercall.c hv: tursty_hypercall: fix "Procedure has more than one exit point" 2018-12-27 09:04:32 +08:00
vm_load.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00