jump
straight in to IA32e mode?
From b5cbbfabb49eb6e2da6fef0a3d48620103040e4f Mon Sep 17 00:00:00 2001
From: Paul Knowles <[EMAIL PROTECTED]>
Date: Wed, 6 Feb 2008 10:30:29 +
Subject: [PATCH] Fix to kvm_arch_vcpu_ioctl_set_sregs so that set_cr0
works properly
Signed-off-by: Paul K
21, Joerg Roedel wrote:
> On Wed, Feb 06, 2008 at 11:02:35AM +, Paul Knowles wrote:
>> mmu_reset_needed |= vcpu->arch.cr0 != sregs->cr0;
>> -vcpu->arch.cr0 = sregs->cr0;
>> kvm_x86_ops->set_cr0(vcpu, sregs->cr0);
>
> Why should this fi