acrn-hypervisor/hypervisor/include
Zide Chen 9761eede2a hv: cleanup IA32_PAT emulation code r.w.t. to the refactored guest_msrs[]
Currently there are two fields in ext_context to emulate IA32_PAT MSR:
- ia32_pat: hold the value of the emulated IA32_PAT MSR
- vmx_ia32_pat: used for load/store IA32_PAT MSR during world switch

This patch moves ext_context->ia32_pat to the common placeholder for
emulated MSRs acrn_vcpu_arch->guest_msrs[].

Also it renames ext_context->vmx_ia32_pat to ext_context->ia32_pat to
retain same naming convention in struct ext_context.

Tracked-On: #1867
Signed-off-by: Zide Chen <zide.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-12-09 21:32:03 +08:00
..
arch/x86 hv: cleanup IA32_PAT emulation code r.w.t. to the refactored guest_msrs[] 2018-12-09 21:32:03 +08:00
common doc: replace return with retval 2018-11-30 14:55:17 +08:00
debug hv: fixes related to unused API and uninitialized variable 2018-12-04 16:49:49 +08:00
dm hv: dm: fix "Procedure has more than one exit point" 2018-11-29 15:03:48 +08:00
lib hv: fix 'Space missing before or after binary operator' 2018-12-04 09:16:04 +08:00
public hv: minimize the case of "identifier reuse" 2018-12-07 15:21:39 +08:00
hv_debug.h HV: Added Initial support for SEP/SOCWATCH profiling 2018-10-26 13:39:07 +08:00
hypervisor.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00