hv: remove xsave dependence

ACRN could run without XSAVE Capability. So remove XSAVE dependence to support
more (hardware or virtual) platforms.

Tracked-On: #6287
Signed-off-by: Fei Li <fei1.li@intel.com>
This commit is contained in:
Fei Li
2021-08-03 15:42:11 +08:00
committed by wenlingz
parent 84235bf07c
commit 20061b7c39
7 changed files with 119 additions and 85 deletions

View File

@@ -253,6 +253,7 @@ struct acrn_vcpu_arch {
uint8_t lapic_mask;
bool irq_window_enabled;
bool emulating_lock;
bool xsave_enabled;
uint32_t nrexits;
/* VCPU context state information */