intel / haxm

Intel® Hardware Accelerated Execution Manager (Intel® HAXM)
BSD 3-Clause "New" or "Revised" License
3.18k stars 853 forks source link

Enable XSAVE feature in CPUID #472

Closed wcwang closed 1 year ago

wcwang commented 1 year ago

The XSAVE feature set extends the functionality of the FXSAVE and FXRSTOR instructions (see Intel SDM Vol. 1: 13 Managing State using the XSAVE Feature Set). Some current features, such as AVX, will only work properly if the XSAVE feature is enabled.

Enabling XSAVE feature allows the guest OS with AVX (or other XSAVE-supported features) enabled can boot normally.