X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fi440fx.c;h=da26d6b4cb8227736d994a2149ccb26a4dc2b24e;hb=8f7ca44fc807d2e015c135153ee631ef2001fe30;hp=6d0740a0070ce1c12a5b7dac2d47efb222d3eef4;hpb=33717ee76445b728dfa74df98863f14118c8d41d;p=palacios.git diff --git a/palacios/src/devices/i440fx.c b/palacios/src/devices/i440fx.c index 6d0740a..da26d6b 100644 --- a/palacios/src/devices/i440fx.c +++ b/palacios/src/devices/i440fx.c @@ -21,6 +21,9 @@ #include #include + +// We Have to setup some sort of PIC interrupt mapping here.... + struct i440_state { struct vm_device * pci; }; @@ -91,7 +94,7 @@ static int i440_init(struct guest_info * vm, void * cfg_data) { pci_dev = v3_pci_register_device(state->pci, PCI_STD_DEVICE, 0, 0, 0, "i440FX", bars, - NULL, NULL, NULL, dev); + NULL, NULL, NULL, dev, NULL); if (!pci_dev) { return -1;