summaryrefslogtreecommitdiffstats
path: root/hw/pc.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-10 16:23:41 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-10 16:23:41 +0000
commit8f1c91d801b56fa68a0c297e0405edf6a22c0586 (patch)
tree49b73a0ac680fa1d4ab363c106fb7181fc55c03b /hw/pc.c
parentabcebc7e803f243ef244e06349a4b911daa738f4 (diff)
downloadhqemu-8f1c91d801b56fa68a0c297e0405edf6a22c0586.zip
hqemu-8f1c91d801b56fa68a0c297e0405edf6a22c0586.tar.gz
Devfn number for the PIIX3 southbridge, by Aurelien Jarno.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2315 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/pc.c')
-rw-r--r--hw/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pc.c b/hw/pc.c
index 408a9fb..73f7609 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -599,7 +599,7 @@ static void pc_init1(int ram_size, int vga_ram_size, int boot_device,
if (pci_enabled) {
pci_bus = i440fx_init(&i440fx_state);
- piix3_devfn = piix3_init(pci_bus);
+ piix3_devfn = piix3_init(pci_bus, -1);
} else {
pci_bus = NULL;
}
OpenPOWER on IntegriCloud