Revision 53b67b30 hw/mips_malta.c

b/hw/mips_malta.c
924 924
    isa_bus_irqs(i8259);
925 925
    pci_piix4_ide_init(pci_bus, hd, piix4_devfn + 1);
926 926
    usb_uhci_piix4_init(pci_bus, piix4_devfn + 2);
927
    smbus = piix4_pm_init(pci_bus, piix4_devfn + 3, 0x1100, isa_reserve_irq(9));
927
    smbus = piix4_pm_init(pci_bus, piix4_devfn + 3, 0x1100, isa_reserve_irq(9),
928
                          NULL, NULL, 0);
928 929
    eeprom_buf = qemu_mallocz(8 * 256); /* XXX: make this persistent */
929 930
    for (i = 0; i < 8; i++) {
930 931
        /* TODO: Populate SPD eeprom data.  */

Also available in: Unified diff