acrn-hypervisor/hypervisor/include
Zide Chen 4930992118 hv: nested: implement the framework for VMX MSR emulation
Define LIST_OF_VMX_MSRS which includes a list of MSRs that are visible to
L1 guests if nested virtualization is enabled.
- If CONFIG_NVMX_ENABLED is set, these MSRs are included in
  emulated_guest_msrs[].
- otherwise, they are included in unsupported_msrs[].

In this way we can take advantage of the existing infrastructure to
emulate these MSRs.

Tracked-On: #5923
Spick igned-off-by: Zide Chen <zide.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2021-05-16 19:05:21 +08:00
..
arch/x86/asm hv: nested: implement the framework for VMX MSR emulation 2021-05-16 19:05:21 +08:00
common hv: hypercalls: refactor permission-checking and dispatching logic 2021-05-12 13:43:41 +08:00
debug hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +08:00
dm hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +08:00
hw
lib hv: bugfix in min() and max() MACROs 2021-04-23 09:58:21 +08:00
public config-tools: add NVMX_ENABLED feature and GUEST_FLAG_NVMX_ENABLED flag 2021-05-13 16:16:30 +08:00