X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fpci.c;h=4b2566caf2c6dc33bb028ec7607b61e844023031;hb=e76aeb8d74ec863a529b8a45c9659712f0fa4e78;hp=da7901af7395271328f4491b0020813a348fb0c4;hpb=89a9db37e394b42f3dfd06499b0c4934bf0a7a10;p=palacios.git diff --git a/palacios/src/devices/pci.c b/palacios/src/devices/pci.c index da7901a..4b2566c 100644 --- a/palacios/src/devices/pci.c +++ b/palacios/src/devices/pci.c @@ -567,7 +567,7 @@ struct pci_device * v3_pci_register_device(struct vm_device * pci, int dev_num, struct v3_pci_bar * bars, int (*config_update)(struct pci_device * pci_dev, uint_t reg_num, int length), - int (*cmd_update)(struct pci_dev *pci_dev, uchar_t io_enabled, uchar_t mem_enabled), + int (*cmd_update)(struct pci_device *pci_dev, uchar_t io_enabled, uchar_t mem_enabled), int (*bar_update)(struct pci_device * pci_dev, uint_t bar), void * private_data) {