From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7SfA-0008Jw-W6 for qemu-devel@nongnu.org; Thu, 08 Aug 2013 12:02:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7Sf5-0004cK-4s for qemu-devel@nongnu.org; Thu, 08 Aug 2013 12:02:08 -0400 Received: from mail-qe0-x22d.google.com ([2607:f8b0:400d:c02::22d]:59925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7Sf5-0004cB-0v for qemu-devel@nongnu.org; Thu, 08 Aug 2013 12:02:03 -0400 Received: by mail-qe0-f45.google.com with SMTP id x7so1791345qeu.18 for ; Thu, 08 Aug 2013 09:02:02 -0700 (PDT) Sender: Richard Henderson Message-ID: <5203C0F4.5000509@twiddle.net> Date: Thu, 08 Aug 2013 06:01:56 -1000 From: Richard Henderson MIME-Version: 1.0 References: <20130808155543.GA31933@redhat.com> In-Reply-To: <20130808155543.GA31933@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 for-1.6] pc: disable pci-info for 1.6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Anthony Liguori , qemu-devel@nongnu.org, Gerd Hoffmann , Igor Mammedov , Paolo Bonzini , =?ISO-8859-1?Q?Andreas_F=E4rber?= On 08/08/2013 05:55 AM, Michael S. Tsirkin wrote: > The BIOS that we ship in 1.6 does not use pci info > from host (yet). Several issues turned up > (e.g. around winXP boot crashes). So it's safest to disable that > interface for 1.6 machine types for now, leave it on for 1.7 > so we have enough time to figure out the right way > to fix issues if any. > > Cc: Richard Henderson > Signed-off-by: Michael S. Tsirkin Reviewed-by: Richard Henderson r~