mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user