mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-21 14:03:34 +00:00
for VMX_PROCBASED_CTLS2_XSVE_XRSTR, it has been
checked in is_valid_xsave_combination, here
remove the redundant check.
for VMX_PROCBASED_CTLS2_PAUSE_LOOP, now it will panic
if run ACRN over QEMU, here remove it from essential check,
and it will print error information when set this bit
if there is no the hardware capability.
Tracked-On: #6584
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>