commit | 6dc696d4ddf2181eefee361e1d24a49351aef1f6 | [log] [tgz] |
---|---|---|
author | Zachary Amsden <zamsden@redhat.com> | Wed May 26 15:09:43 2010 -1000 |
committer | Avi Kivity <avi@redhat.com> | Sun Aug 01 10:39:22 2010 +0300 |
tree | 03836aecacdb1fb054cffdf51534368521cd566d | |
parent | 01c168ac3d6568fed0373d82bd2db2b9339aab16 [diff] |
KVM: SVM: Fix EFER.LME being stripped Must set VCPU register to be the guest notion of EFER even if that setting is not valid on hardware. This was masked by the set in set_efer until 7657fd5ace88e8092f5f3a84117e093d7b893f26 broke that. Fix is simply to set the VCPU register before stripping bits. Signed-off-by: Zachary Amsden <zamsden@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>