acrn-hypervisor/hypervisor/arch/x86
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
..
boot function name change in init.c 2018-12-19 09:07:14 +08:00
configs HV:config:Add config to enable logic partition on KBL NUC i7 2019-04-16 12:07:58 +08:00
guest HV: fix the issue of ACRN_REQUEST_EXCP flag is not cleared. 2019-04-23 15:17:13 +08:00
seed hv: seed: fix potential NULL pointer dereferencing 2019-04-22 15:17:33 +08:00
Kconfig HV: Kconfig: Remove CPU_UP_TIMEOUT 2019-04-22 19:58:20 +08:00
cat.c HV: CAT: support config CAT from acrn_vm_config 2019-02-28 11:22:29 +08:00
cpu.c HV: Remove dead loop in stop_cpus 2019-04-22 19:58:20 +08:00
cpu_caps.c hv: vlapic: wrap APICv accept interrupt API 2019-04-23 15:16:56 +08:00
cpu_state_tbl.c hv:cleanup header files for arch folder 2019-02-22 13:14:36 +08:00
e820.c hv: cleanup some hva/hpa conversion code 2019-03-15 09:03:14 +08:00
gdt.c hv:cleanup header files for arch folder 2019-02-22 13:14:36 +08:00
idt.S move idt.S and idt.h out of boot component 2018-12-12 09:07:43 +08:00
init.c hv: refactor seed management 2019-03-14 10:38:17 +08:00
ioapic.c hv:cleanup header files for arch folder 2019-02-22 13:14:36 +08:00
irq.c hv: Remove separate interrupt routine for pre-launched VMs 2019-04-04 17:51:36 +08:00
lapic.c HV: Remove the check pcpu active status when sending INIT 2019-04-04 00:27:55 +08:00
mmu.c hv: allocate vpid based on vm_id and vcpu_id mapping 2019-04-22 19:57:28 +08:00
notify.c hv:cleanup header files for arch folder 2019-02-22 13:14:36 +08:00
page.c hv:cleanup header files for arch folder 2019-02-22 13:14:36 +08:00
pagetable.c hv:cleanup header files for arch folder 2019-02-22 13:14:36 +08:00
pm.c HV: Reshuffle start_cpus and start_cpu 2019-04-22 19:58:20 +08:00
retpoline-thunk.S license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
sched.S replace arch_switch_to with pure asm code instead of inline asm 2019-01-25 11:39:47 +08:00
security.c hv: fix "Else alternative missing in if." 2019-04-03 09:20:55 +08:00
static_checks.c hv: allocate vpid based on vm_id and vcpu_id mapping 2019-04-22 19:57:28 +08:00
timer.c hv:move 'udelay' to timer.c 2019-03-22 08:38:13 +08:00
trampoline.c hv: merge SBL and UEFI related stuff under bsp 2019-03-13 10:26:55 +08:00
vmx.c hv:move instr_emul_ctxt instance to struct vcpu 2019-03-13 14:04:20 +08:00
vtd.c hv: Remove need for init_fallback_iommu_domain and fallback_iommu_domain 2019-04-17 11:42:36 +08:00
wakeup.S HV: modularization to refine pm related code. 2018-12-19 13:02:09 +08:00