Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=380102c8e431ba8b25a5b3a29e4529ca02ede4c8
Commit:     380102c8e431ba8b25a5b3a29e4529ca02ede4c8
Parent:     c5ec153402b6d276fe20029da1059ba42a4b55e5
Author:     Amit Shah <[EMAIL PROTECTED]>
AuthorDate: Sat Aug 25 11:35:52 2007 +0300
Committer:  Avi Kivity <[EMAIL PROTECTED]>
CommitDate: Sat Oct 13 10:18:27 2007 +0200

    KVM: Set the ET flag in CR0 after initializing FX
    
    This was missed when moving stuff around in fbc4f2e
    
    Fixes Solaris guests and bug #1773613
    
    Signed-off-by: Amit Shah <[EMAIL PROTECTED]>
    Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>
---
 drivers/kvm/kvm_main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/kvm/kvm_main.c b/drivers/kvm/kvm_main.c
index d0a5a2b..d3e534d 100644
--- a/drivers/kvm/kvm_main.c
+++ b/drivers/kvm/kvm_main.c
@@ -655,6 +655,7 @@ void fx_init(struct kvm_vcpu *vcpu)
        fx_restore(&vcpu->host_fx_image);
        preempt_enable();
 
+       vcpu->cr0 |= X86_CR0_ET;
        after_mxcsr_mask = offsetof(struct i387_fxsave_struct, st_space);
        vcpu->guest_fx_image.mxcsr = 0x1f80;
        memset((void *)&vcpu->guest_fx_image + after_mxcsr_mask,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to