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
test(wrmsr): exclude MSR_IA32_SPEC_CTRL from check
MSR_IA32_SPEC_CTRL is a dynamic MSR, whose value is constantly updated
by the guest OS. It is not a good fit for the wrmsr test that targets
static MSRs that retain their value for a long time.
Signed-off-by: Nikita Kalyazin <[email protected]>
0 commit comments