Skip to content
Commit 54577e50 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

selftests: kvm: fix state save/load on processors without XSAVE



state_test and smm_test are failing on older processors that do not
have xcr0.  This is because on those processor KVM does provide
support for KVM_GET/SET_XSAVE (to avoid having to rely on the older
KVM_GET/SET_FPU) but not for KVM_GET/SET_XCRS.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent c930e197
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment