acrn-hypervisor/hypervisor/include/arch/x86/asm/guest
Yichong Tang 27aee66f88 hv: hyperv: Add hyperv page destory function
In current code process, hyperv data in struct vm_arch is never cleared
during VM shutdown and is retained to next VM launch. As the enabled
bit of hypercall_page msr is not clear, hypercall page might cause fatal
error such as Windows VM BSOD during VM restart and memory
remapping. Hyperv page destory function can ensure hyperv page is
destory during each VM shutdown so hyperv related config such as
hypercall page is established correctly during each VM launch.

Tracked-On: #8755
Signed-off-by: Yichong Tang <yichong.tang@intel.com>
2025-03-10 15:36:03 +08:00
..
assign.h doc: remove '@return None' for void functions 2023-08-03 14:56:29 -07:00
ept.h doc: remove '@return None' for void functions 2023-08-03 14:56:29 -07:00
guest_memory.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
guest_pm.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
hyperv.h hv: hyperv: Add hyperv page destory function 2025-03-10 15:36:03 +08:00
instr_emul.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
lock_instr_emul.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
nested.h hv: fix undefined reference to nested_vmexit_handler() in vmexit.c 2023-08-01 14:22:14 +08:00
optee.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
trusty.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
ucode.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vcat.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vcpu.h hv: expose thermal MSRs to VM. 2024-05-16 09:40:32 +08:00
vcpuid.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vept.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
virq.h hv: enable thermal lvt interrupt 2024-05-16 09:40:32 +08:00
virtual_cr.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vlapic.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vm_reset.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vm.h hv: vm_reset: simulate RESET_CONTROL(0xCF9) register 2024-09-12 14:09:17 +08:00
vmcs.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vmexit.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vmtrr.h doc: remove '@return None' for void functions 2023-08-03 14:56:29 -07:00
vmx_io.h doc: remove '@return None' for void functions 2023-08-03 14:56:29 -07:00