From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlDld-0002Bx-Np for qemu-devel@nongnu.org; Tue, 26 Nov 2013 03:13:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlDlW-0003YD-32 for qemu-devel@nongnu.org; Tue, 26 Nov 2013 03:13:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlDlV-0003Y7-RO for qemu-devel@nongnu.org; Tue, 26 Nov 2013 03:13:02 -0500 Message-ID: <52945802.2010309@redhat.com> Date: Tue, 26 Nov 2013 09:12:50 +0100 From: Laszlo Ersek MIME-Version: 1.0 References: <1384775449-6693-1-git-send-email-mst@redhat.com> <1384775449-6693-2-git-send-email-mst@redhat.com> In-Reply-To: <1384775449-6693-2-git-send-email-mst@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL for-1.8 1/2] pc: disable pci-info List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Eduardo Habkost , "Jordan Justen (Intel address)" , qemu-devel@nongnu.org, Gerd Hoffmann , Anthony Liguori , Igor Mammedov On 11/18/13 12:53, Michael S. Tsirkin wrote: > From: Igor Mammedov > > 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. > > Signed-off-by: Igor Mammedov > Reviewed-by: Gerd Hoffmann > Reviewed-by: Michael S. Tsirkin > Reviewed-by: Eduardo Habkost > Signed-off-by: Michael S. Tsirkin > --- > hw/i386/pc_piix.c | 2 +- > hw/i386/pc_q35.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) etc/pci-info is precisely the form and contents that OVMF needs to download ACPI tables from qemu. Please keep this exported in 1.8, for OVMF's sake. Thanks Laszlo