Re: [kvm-devel] [PATCH] KVM: X86: emaulate access to MSR_IA32_MCG_CTL

2008-02-12 Thread Avi Kivity
Joerg Roedel wrote: > Injecting an GP when accessing this MSR lets Windows crash when running some > stress test tools in KVM. So this patch emulates access to this MSR. > > Applied, thanks. > diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c > index dee6bce..817cad0 100644 > --- a/arch/x86

[kvm-devel] [PATCH] KVM: X86: emaulate access to MSR_IA32_MCG_CTL

2008-02-11 Thread Joerg Roedel
Injecting an GP when accessing this MSR lets Windows crash when running some stress test tools in KVM. So this patch emulates access to this MSR. Signed-off-by: Joerg Roedel <[EMAIL PROTECTED]> Signed-off-by: Markus Rechberger <[EMAIL PROTECTED]> --- arch/x86/kvm/x86.c |5 + 1 files chang