]> git.proxmox.com Git - qemu.git/blobdiff - hw/i386/pc_piix.c
pc: disable pci-info
[qemu.git] / hw / i386 / pc_piix.c
index 4fdb7b62c577349acb7735849d9e4d6453586d0e..094c4212e629f3ac76c8b84dcd07304fb4f8c591 100644 (file)
@@ -58,7 +58,7 @@ static const int ide_iobase2[MAX_IDE_BUS] = { 0x3f6, 0x376 };
 static const int ide_irq[MAX_IDE_BUS] = { 14, 15 };
 
 static bool has_pvpanic;
-static bool has_pci_info = true;
+static bool has_pci_info;
 static bool has_acpi_build = true;
 
 /* PC hardware initialisation */