]> git.proxmox.com Git - qemu.git/commit
pc: disable pci-info
authorIgor Mammedov <imammedo@redhat.com>
Wed, 6 Nov 2013 12:48:40 +0000 (13:48 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 14 Nov 2013 07:12:13 +0000 (09:12 +0200)
commit7f1bb742be39184b469d53c0901240b12bb85589
treefd141f80dd2ca9df86ceb41819ebeffd9b25de0c
parent5c5432e7d630592ddcc1876ac8a1505f8f14ef15
pc: disable pci-info

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 <imammedo@redhat.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc_piix.c
hw/i386/pc_q35.c