Files
acrn-hypervisor/hypervisor/include/arch/x86
Shuo A Liu 952943c3ea hv: decouple IO completion polling from idle thread
IO completion polling will access vcpu and vm structs. If doing it in
idle thread, there might be some race issues between vm destroying and
idle thread. They are running on different cores.
Got suggestion from Fengwei, decouple the polling action from idle
thread and just do it in vcpu thread, then we can guarantee idle thread
in really idle status.

Tracked-On: #1821
Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@intel.com>
Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>
2018-12-27 12:35:40 +08:00
..
2018-12-27 09:05:12 +08:00
2018-12-20 15:44:08 +08:00
2018-12-19 09:07:14 +08:00
2018-12-26 10:57:41 +08:00
2018-12-12 13:08:10 +08:00
2018-12-12 13:08:10 +08:00
2018-12-20 15:44:08 +08:00
2018-11-30 14:55:17 +08:00
2018-12-19 09:07:14 +08:00
2018-12-17 14:31:52 +08:00
2018-12-12 13:08:10 +08:00
2018-12-24 22:18:30 +08:00