X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fide.c;h=bf9524563054db854ea9a3d2765dc7c1e03179da;hp=e8fbdc51c56066ea0f27c45dfe2243ca12b9579f;hb=afb2a35b2e15ba0fa932c4e49a3678f958a4502a;hpb=fe36af6238917000f4cc8b971829e347732df598 diff --git a/palacios/src/devices/ide.c b/palacios/src/devices/ide.c index e8fbdc5..bf95245 100644 --- a/palacios/src/devices/ide.c +++ b/palacios/src/devices/ide.c @@ -1566,7 +1566,7 @@ static int ide_init(struct guest_info * vm, void * cfg_data) { pci_dev = v3_pci_register_device(ide->pci_bus, PCI_STD_DEVICE, 0, sb_pci->dev_num, 1, "PIIX3_IDE", bars, - pci_config_update, NULL, NULL, dev, dev); + pci_config_update, NULL, NULL, dev); if (pci_dev == NULL) { PrintError("Failed to register IDE BUS %d with PCI\n", i);