X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fi440fx.c;h=6d0740a0070ce1c12a5b7dac2d47efb222d3eef4;hb=26807ca4c1fd7ea21a615b29626e73a75873bead;hp=8621d3336f1f79426bce3f5fca8502bcceaa96e6;hpb=37c18b2c2335a41c68c2f0b779fd2b7d51ab216d;p=palacios.git diff --git a/palacios/src/devices/i440fx.c b/palacios/src/devices/i440fx.c index 8621d33..6d0740a 100644 --- a/palacios/src/devices/i440fx.c +++ b/palacios/src/devices/i440fx.c @@ -89,7 +89,8 @@ static int i440_init(struct guest_info * vm, void * cfg_data) { bars[i].type = PCI_BAR_NONE; } - pci_dev = v3_pci_register_device(state->pci, PCI_STD_DEVICE, 0, 0, 0, "i440FX", bars, + pci_dev = v3_pci_register_device(state->pci, PCI_STD_DEVICE, + 0, 0, 0, "i440FX", bars, NULL, NULL, NULL, dev); if (!pci_dev) {