X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Flnx_virtio_balloon.c;h=fed0c83552e1feba8ed6907c16ed9324881bf0b3;hp=e7a18aa6c558ca9d1ccc5e8f41ec5e5bb5e2bfc2;hb=afb2a35b2e15ba0fa932c4e49a3678f958a4502a;hpb=fe36af6238917000f4cc8b971829e347732df598 diff --git a/palacios/src/devices/lnx_virtio_balloon.c b/palacios/src/devices/lnx_virtio_balloon.c index e7a18aa..fed0c83 100644 --- a/palacios/src/devices/lnx_virtio_balloon.c +++ b/palacios/src/devices/lnx_virtio_balloon.c @@ -481,7 +481,7 @@ static int virtio_init(struct guest_info * vm, void * cfg_data) { pci_dev = v3_pci_register_device(pci_bus, PCI_STD_DEVICE, 0, PCI_AUTO_DEV_NUM, 0, "LNX_VIRTIO_BALLOON", bars, - NULL, NULL, NULL, dev, NULL); + NULL, NULL, NULL, dev); if (!pci_dev) { PrintError("Could not register PCI Device\n");