X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fpiix3.c;fp=palacios%2Fsrc%2Fdevices%2Fpiix3.c;h=9a69ed0ff3b53d90ab9f529bd921bd6b252ca13d;hb=3a4e54ec208ea3589963b410d2d73292bbc4a8fe;hp=8b2f6272e97f5de1a6c0482669522895563a4932;hpb=8a441df14ef65bb559ce090249343ec1dac1a7fc;p=palacios.git diff --git a/palacios/src/devices/piix3.c b/palacios/src/devices/piix3.c index 8b2f627..9a69ed0 100644 --- a/palacios/src/devices/piix3.c +++ b/palacios/src/devices/piix3.c @@ -421,7 +421,7 @@ static int setup_pci(struct vm_device * dev) { pci_dev = v3_pci_register_device(piix3->pci_bus, PCI_MULTIFUNCTION, bus_num, -1, 0, "PIIX3", bars, - NULL, NULL, NULL, dev); + NULL, NULL, NULL, dev, NULL); if (pci_dev == NULL) { PrintError("Could not register PCI Device for PIIX3\n"); return -1;