Files
acrn-hypervisor/hypervisor/arch/x86/guest
Conghui Chen b6422f8985 hv: remove 'running' from vcpu structure
vcpu->running is duplicated with THREAD_STS_RUNNING status of thread
object. Introduce an API sleep_thread_sync(), which can utilize the
inner status of thread object, to do the sync sleep for zombie_vcpu().

Tracked-On: #5057
Signed-off-by: Conghui Chen <conghui.chen@intel.com>
Reviewed-by: Shuo A Liu <shuo.a.liu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2020-07-22 13:38:41 +08:00
..
2020-01-14 10:21:23 +08:00
2019-12-02 09:31:12 +08:00
2020-06-19 16:13:20 +08:00
2020-06-18 14:05:56 +08:00
2019-07-19 16:47:06 +08:00
2020-06-18 14:05:56 +08:00
2020-04-17 09:53:59 +08:00
2019-05-07 09:10:13 +08:00
2020-02-25 09:08:14 +08:00