]> git.proxmox.com Git - mirror_qemu.git/commitdiff
moved PCI init to BIOS
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 24 Sep 2006 18:49:43 +0000 (18:49 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 24 Sep 2006 18:49:43 +0000 (18:49 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2175 c046a42c-6fe2-441c-8c8c-71466251a162

vl.h

diff --git a/vl.h b/vl.h
index 124e7d776f995c9b8ec336a32f7ea8ee52c679b1..eedef51bd524889ccc3ffdd4dc21142c8da1da8d 100644 (file)
--- a/vl.h
+++ b/vl.h
@@ -787,9 +787,10 @@ PCIBus *pci_apb_init(target_ulong special_base, target_ulong mem_base,
 PCIBus *pci_vpb_init(void *pic, int irq, int realview);
 
 /* piix_pci.c */
-PCIBus *i440fx_init(void);
+PCIBus *i440fx_init(PCIDevice **pi440fx_state);
+void i440fx_set_smm(PCIDevice *d, int val);
 int piix3_init(PCIBus *bus);
-void pci_bios_init(void);
+void i440fx_init_memory_mappings(PCIDevice *d);
 
 /* openpic.c */
 typedef struct openpic_t openpic_t;