acrn-hypervisor/hypervisor/common
Yin, Fengwei 12955fa80f hv_main: Remove the continue in vcpu_thread
To avoid acrn_handle_pending_request called twice within one vmexit,
we remove the error-prone "continue" in vcpu_thread.

And make vcpu shecheduled out if fatal error happens with vcpu.

Tracked-On: #3387
Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2019-07-22 09:55:06 +08:00
..
hv_main.c hv_main: Remove the continue in vcpu_thread 2019-07-22 09:55:06 +08:00
hypercall.c HV: add kata support on sdc scenario 2019-07-12 16:34:31 +08:00
ptdev.c hv: ptdev: refine ptdev active flag 2019-07-03 17:44:45 +08:00
schedule.c hv: schedule: minor fix about the return type of need_offline 2019-07-17 09:20:54 +08:00
softirq.c softirq: move softirq from hv_main to interrupt context 2019-07-22 09:55:06 +08:00
trusty_hypercall.c hv:fix "no prototype for non-static function" 2019-07-09 10:36:03 +08:00
vm_load.c HV: ve820 fix "Casting operation to a pointer" 2019-07-11 13:57:21 +08:00