commit | 46c34cb059d519601fb567b55cf45c300fea2928 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 17 16:50:46 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 31 11:30:46 2013 +0100 |
tree | 7714d9f5073951ce554a417a0fb246ed5d424c39 | |
parent | e0f0bbc527f6e9c0261f1d16b2a0b47612b7f235 [diff] |
KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVE The KVM_SET_XCRS ioctl must accept anything that KVM_GET_XCRS could return. XCR0's bit 0 is always 1 in real processors with XSAVE, and KVM_GET_XCRS will always leave bit 0 set even if the emulated processor does not have XSAVE. So, KVM_SET_XCRS must ignore that bit when checking for attempts to enable unsupported save states. Reviewed-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>