From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: Windows7 crashes inside the VM when starting a certain program Date: Sun, 31 Jul 2011 11:16:00 +0300 Message-ID: <4E350F40.2010508@redhat.com> References: <4E154370.5090101@web.de> <4E2E50A0.3040706@web.de> <20110726100809.GK4404@redhat.com> <4E2E9DA8.7040503@web.de> <20110727085627.GO4404@redhat.com> <4E325F43.4050701@web.de> <20110729113713.GA15968@redhat.com> <4E33F917.4000305@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Gleb Natapov , kvm@vger.kernel.org To: =?UTF-8?B?QW5kcsOpIFdlaWRlbWFubg==?= Return-path: Received: from mx1.redhat.com ([209.132.183.28]:63926 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752903Ab1GaIQD (ORCPT ); Sun, 31 Jul 2011 04:16:03 -0400 In-Reply-To: <4E33F917.4000305@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On 07/30/2011 03:29 PM, Andr=C3=A9 Weidemann wrote: >> Looks like it tries to read MSR_LASTBRANCH_TOS MSR which kvm does no= t >> support. Do you see something interesting in dmesg? I wonder how >> availability of the MSR should be checked. > > > You are right about the MSR. The log file from the time of occurrence= =20 > shows the following: > > Jul 4 18:55:12 server kernel: [ 1528.618647] kvm: 3123: cpu1=20 > kvm_set_msr_common: MSR_IA32_DEBUGCTLMSR 0x1, nop > Jul 4 18:55:12 server kernel: [ 1528.619444] kvm: 3123: cpu1=20 > unhandled rdmsr: 0x1c9 > You can try $ rmmod kvm-intel kvm $ modprobe kvm ignore_msrs=3D1 $ modprobe kvm-intel (or kvm-amd, as the case may be) This will work around the issue, but the application may not function=20 correctly. --=20 error compiling committee.c: too many arguments to function