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
The IA32_BNDCFGS MSR is only valid on Intel processors that support MPX
and only if MPX is enabled (CPUID.(EAX=07H, ECX=0H):EBX[14] = 1) and if
KVM supports it.
We only need to save this MSR if the Guest supports and uses MPX.
Otherwise a snapshotted Guest with MPX disabled will not be able to
resume on a different machine with a CPU that does not have MPX.
Saving this MSR should be done only if explicitly specified by the CPU
template or if the MPX feature is set in the Guest CPUID.
Signed-off-by: Alexandru-Cezar Sardan <[email protected]>
0 commit comments