Files
acrn-hypervisor/hypervisor/arch/x86/guest
li bing 25741b62db HV: fix the issue of ACRN_REQUEST_EXCP flag is not cleared.
the problem is : System will crash when run crashme.
The root cause of this problem is that when the ACRN_REQUEST_EXCP flag is set by calling
the vcpu_make_request function, the flag is not cleared.
Add the following statement to the vcpu_inject_exception function to fix the problem:
bitmap_test_and_clear_lock(ACRN_REQUEST_EXCP, &vcpu->arch.pending_req);
Tested that one night, there was no crash.

Tracked-On: #2527
Signed-off-by: bing.li<bingx.li@intel.com>
Acked-by:      Eddie Dong<eddie.dong@intel.com>
2019-04-23 15:17:13 +08:00
..
2019-02-21 10:38:30 +08:00
2019-03-14 09:05:53 +08:00
2019-04-12 13:45:32 +08:00
2019-04-18 09:00:42 +08:00
2019-04-12 10:09:26 +08:00
2019-02-03 13:00:42 +08:00
2019-04-12 10:09:26 +08:00