X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fpiix3.c;h=8c2872d104afccd07fac355a1f2db42775220ca8;hp=44a00ed2452c272486d68e80506f7b45f6c83efe;hb=afb2a35b2e15ba0fa932c4e49a3678f958a4502a;hpb=fe36af6238917000f4cc8b971829e347732df598 diff --git a/palacios/src/devices/piix3.c b/palacios/src/devices/piix3.c index 44a00ed..8c2872d 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, NULL, dev); if (pci_dev == NULL) { PrintError("Could not register PCI Device for PIIX3\n"); return -1;