You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(vmm): Changes T2A not to unset MMX and FXSR bits
The MMX bit (CPUID.80000001h:EDX[23]) and the FXSR bit
(CPUID.80000001h:EDX[24]) are unset on Intel CPUs as they are
reserved in Intel specification. However, as described in AMD APM, these
bits are same as CPUID.01h:EDX[23] and CPUID.01h:EDX[24] respectively.
These bits are set to 1 on T2 instance, Intel Skylake, Intel Cascade
Lake, Intel Ice Lake and AMD Milan. Thus, T2A template does not need to
unset CPUID.80000001h:EDX[23,24].
Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
0 commit comments