acrn-hypervisor/hypervisor/include
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
..
arch/x86/asm hv: hyperv: Add hyperv page destory function 2025-03-10 15:36:03 +08:00
common hv: s3: add timer support 2024-06-27 11:26:09 +08:00
debug hv: trace: show cpu usage of vms in pcpu sharing case 2024-06-28 12:55:23 +08:00
dm doc: add module design for peripheral vuart device 2024-08-20 17:23:42 +08:00
hw hv: pci: Add guest cfg header access handling of type 1 device 2024-06-27 11:26:09 +08:00
lib hv: add clamp macro for convenience 2023-09-18 16:26:05 +08:00
public hv: add GUEST_FLAG_STATELESS flag 2024-07-30 09:26:50 +08:00