mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 00:38:28 +00:00
hv: add context->vmx_ia32_pat to save and restore VMCS
Similar to cr0/4: - use context->vmx_ia32_pat to save/restore VMX_GUEST_IA32_PAT field - use context->ia32_pat to keep track the guest' view of IA32_PAT MSR Signed-off-by: Zide Chen <zide.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -148,6 +148,7 @@ struct run_context {
|
||||
uint64_t ia32_kernel_gs_base;
|
||||
|
||||
uint64_t ia32_pat;
|
||||
uint64_t vmx_ia32_pat;
|
||||
uint64_t ia32_efer;
|
||||
uint64_t ia32_sysenter_cs;
|
||||
uint64_t ia32_sysenter_esp;
|
||||
|
Reference in New Issue
Block a user