Files
acrn-hypervisor/hypervisor/arch/x86
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
..
2018-12-19 09:07:14 +08:00
2019-01-23 13:43:09 +08:00
2019-01-21 18:03:31 +08:00
2018-11-13 16:28:58 +08:00
2019-01-21 18:03:31 +08:00
2019-01-11 09:44:10 +08:00
2019-01-21 18:03:31 +08:00
2019-01-21 18:03:31 +08:00
2019-01-21 18:03:31 +08:00
2018-12-25 13:25:14 +08:00
2018-12-12 13:08:10 +08:00
2019-01-11 16:52:28 +08:00
2019-01-17 08:48:42 +08:00
2019-01-21 18:03:31 +08:00