acrn-hypervisor/hypervisor/arch/x86/guest
Shuo Liu 61e6c1f054 hv: reset VM ioreqs in reset_vm
ioreqs acrossing VM reset is meaningless. So we reset their status when
VM reset.
Please note, device model and service os need to handle various ioreqs
pending status in emergency reset condition carefully. Otherwises, the
post processing of such ioreqs might overwrite this reset.

Tracked-On: projectacrn#1821
Signed-off-by: Shuo Liu <shuo.a.liu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-11-16 09:14:26 +08:00
..
guest.c hv: fix 'Expression is not Boolean' 2018-11-08 13:04:11 +08:00
instr_emul.c hv: fix '(void) missing for discarded return value' 2018-11-15 10:54:42 +08:00
instr_emul.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
mptable.c HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
pm.c hv:Replace dynamic memory with static for port io 2018-11-09 13:05:04 +08:00
ucode.c HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vcpu.c hv: fix possible inconsistent issue for 'vm->hw.create_vcpus' 2018-11-13 17:57:29 +08:00
vlapic_priv.h hv: self-IPI APIC register in x2APIC mode of guest vLAPIC 2018-11-02 13:48:43 +08:00
vlapic.c hv: fix integer violations 2018-11-14 12:46:34 +08:00
vm.c hv: reset VM ioreqs in reset_vm 2018-11-16 09:14:26 +08:00
vmcall.c hv:add global lock for VM & vCPU management hypercalls 2018-11-13 14:04:08 +08:00
vmsr.c hv: fix integer violations 2018-11-14 12:46:34 +08:00