From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] KVM: x86: Increase the number of fixed MTRR regs to 10 Date: Mon, 18 Aug 2014 16:39:24 +0200 Message-ID: <53F2101C.4090707@redhat.com> References: <1403101279-23759-1-git-send-email-namit@cs.technion.ac.il> <20140818021715.GA7019@kernel> <20140818081115.GA26307@kernel> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Nadav Amit , "gleb@kernel.org" , "tglx@linutronix.de" , "mingo@redhat.com" , "hpa@zytor.com" , "x86@kernel.org" , "linux-kernel@vger.kernel.org" , "kvm@vger.kernel.org" To: Nadav Amit , Wanpeng Li Return-path: Received: from mx1.redhat.com ([209.132.183.28]:7876 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750906AbaHROjt (ORCPT ); Mon, 18 Aug 2014 10:39:49 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Il 18/08/2014 16:31, Nadav Amit ha scritto: > The cause for the blue-screen appears to be seabios, which leaves onl= y 0x20 slots for =93smp_mtrr=94s. > Apparently, the increase in the variable range MTRR count caused it t= o exhaust the available slots. > As a result, some MSRs are not initialised by the BIOS (specifically,= 3.5-4GB are not marked as UC), and cause Windows to panic. >=20 > Once we increase the size of the array smp_mtrr in seabios, Windows b= oots. >=20 > Paolo, you may wish to revert the patch. Please note that it was appl= ied to some stable branches. Thanks. I'll post a patch to SeaBIOS too, since this should happen on bare metal too. Paolo