From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbAVO-0005ga-OQ for qemu-devel@nongnu.org; Tue, 29 Oct 2013 10:42:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbAVI-0007Fh-1P for qemu-devel@nongnu.org; Tue, 29 Oct 2013 10:42:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbAVH-0007FS-PK for qemu-devel@nongnu.org; Tue, 29 Oct 2013 10:42:43 -0400 Message-ID: <1383057637.7970.11.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 29 Oct 2013 15:40:37 +0100 In-Reply-To: <1383057307-4814-1-git-send-email-imammedo@redhat.com> References: <1383057307-4814-1-git-send-email-imammedo@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 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, aliguori@amazon.com, pbonzini@redhat.com, afaerber@suse.de On Di, 2013-10-29 at 15:35 +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. Reviewed-by: Gerd Hoffmann cheers, Gerd