Re: [Qemu-devel] [PATCH for-1.6] pc: disable pci-info for 1.6

2013-08-02 Thread Richard Henderson
On 08/01/2013 02:42 AM, Michael S. Tsirkin wrote: > -static void pc_init_pci_1_5(QEMUMachineInitArgs *args) > +static void pc_init_pci_1_6(QEMUMachineInitArgs *args) > { > has_pci_info = false; > pc_init_pci(args); > } > > +static void pc_init_pci_1_5(QEMUMachineInitArgs *args) > +{ >

[Qemu-devel] [PATCH for-1.6] pc: disable pci-info for 1.6

2013-08-01 Thread Michael S. Tsirkin
The BIOS that we ship in 1.6 does not use pci info from host (yet). So it's safest to disable that interface for 1.6 machine types for now, leave it on for 1.7 as we have enough time to fix issues if any. Signed-off-by: Michael S. Tsirkin --- hw/i386/pc_piix.c | 9 +++-- hw/i386/pc_q35.c |