From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdkF4-0002Bo-BH for qemu-devel@nongnu.org; Tue, 05 Nov 2013 12:16:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdkEx-0003pH-Cr for qemu-devel@nongnu.org; Tue, 05 Nov 2013 12:16:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:26277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdkEx-0003nn-5H for qemu-devel@nongnu.org; Tue, 05 Nov 2013 12:16:31 -0500 Date: Tue, 5 Nov 2013 19:19:28 +0200 From: "Michael S. Tsirkin" Message-ID: <20131105171928.GA24969@redhat.com> References: <1383057307-4814-1-git-send-email-imammedo@redhat.com> <20131105181116.11f0c628@nial.usersys.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131105181116.11f0c628@nial.usersys.redhat.com> 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, seabios@seabios.org, qemu-devel@nongnu.org, kraxel@redhat.com, aliguori@amazon.com, pbonzini@redhat.com, afaerber@suse.de On Tue, Nov 05, 2013 at 06:11:16PM +0100, Igor Mammedov wrote: > 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. Yes we do. Can you rebase and resubmit please?