From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdkB6-0005Bw-4Z for qemu-devel@nongnu.org; Tue, 05 Nov 2013 12:12:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdkB0-00026z-3r for qemu-devel@nongnu.org; Tue, 05 Nov 2013 12:12:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdkAz-00026m-PX for qemu-devel@nongnu.org; Tue, 05 Nov 2013 12:12:26 -0500 Date: Tue, 5 Nov 2013 18:11:16 +0100 From: Igor Mammedov Message-ID: <20131105181116.11f0c628@nial.usersys.redhat.com> In-Reply-To: <1383057307-4814-1-git-send-email-imammedo@redhat.com> References: <1383057307-4814-1-git-send-email-imammedo@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for 1.7] pc: disable pci-info List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: ehabkost@redhat.com, mst@redhat.com, seabios@seabios.org, qemu-devel@nongnu.org, kraxel@redhat.com, aliguori@amazon.com, pbonzini@redhat.com, afaerber@suse.de On Tue, 29 Oct 2013 15:35:07 +0100 Igor Mammedov wrote: > The BIOS that we ship in 1.7 does not use pci info > from host and so far isn't going to use it. > Taking in account problems it caused see 9604f70fdf and > to avoid future incompatibility issues, it's safest to > disable that interface by default for all machine types > including 1.7 as it was never exposed/used by guest. > And properly remove/cleanup it during 1.8 development cycle. ping, we want it for 1.7 to avoid compatibility issues.