acrn-hypervisor/misc/hv_prebuild
Zide Chen 873ed752d4 misc: sanity check VM config for nested virtualization
- SOS does not allow LAPIC passthru unless nested virtualization is
  enabled on SOS.

- Currently nested virtualization requires LAPIC passthru, so if
  GUEST_FLAG_VMX_ENABLED is set, GUEST_FLAG_LAPIC_PASSTHROUGH must be
  set in same VM.

- Per VM GUEST_FLAG_VMX_ENABLED can be set only if CONFIG_VMX_ENABLED
  is set.

Tracked-On: #5923
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
Signed-off-by: Zide Chen <zide.chen@intel.com>
2021-05-13 16:16:30 +08:00
..
Makefile acrn-config: Update generated configuration source code 2021-02-02 16:53:56 +08:00
hv_prebuild.h HV: move vm configuration check to pre-build time 2020-08-12 10:21:17 +08:00
main.c HV: move vm configuration check to pre-build time 2020-08-12 10:21:17 +08:00
static_checks.c hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +08:00
vm_cfg_checks.c misc: sanity check VM config for nested virtualization 2021-05-13 16:16:30 +08:00