acrn-hypervisor/hypervisor/include/arch/x86/guest
Yan, Like d8c8403561 hv: replace vlapic_init by vlapic_reset in vcpu_reset
This change is to fix a guest vm hang issue at vm reset, especially easy to
be seen when it's a watchdog timeout reset.
vlapic_init create and init vlapic.vlapic_timer without deleting the
timer from cpu_times list, which breaks the list, results in a timer remains
with callback points to an invalid location.

Acked-by: Eddie Dong <eddie.dong@intel.com>
Signed-off-by: Yan, Like <like.yan@intel.com>
2018-06-14 15:44:09 +08:00
..
guest.h hv: add memory allocation functions for trampoline code relocation 2018-06-11 12:15:28 +08:00
pm.h HV: load host pm S state data while create vm0 2018-06-13 15:02:03 +08:00
ucode.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
vcpu.h irq: convert irq/vector numbers to unsigned 2018-06-12 10:21:58 +08:00
vioapic.h irq: convert irq/vector numbers to unsigned 2018-06-12 10:21:58 +08:00
vlapic.h hv: replace vlapic_init by vlapic_reset in vcpu_reset 2018-06-14 15:44:09 +08:00
vm.h HV: load host pm S state data while create vm0 2018-06-13 15:02:03 +08:00
vpic.h irq: convert irq/vector numbers to unsigned 2018-06-12 10:21:58 +08:00